djantony Posted October 27, 2020 Share Posted October 27, 2020 function textToSpeech(txt,lang) if lang then playSound("http://translate.google.com/translate_tts?tl="..lang.."&q="..txt.."&client=tw-ob", false) else playSound("http://translate.google.com/translate_tts?tl=en&q="..txt.."&client=tw-ob", false) end end addEvent("client_textToSpeech" , true ) addEventHandler("client_textToSpeech" , getRootElement(), textToSpeech) mi ayuda es como lo puedo poner en español como ven ese script lo encontre en una comunidad brasileña me ayuda para ponerlo en español? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now