Answer the question
In order to leave comments, you need to log in
How to add pronunciation of English words and sentences (TTS) to the site?
Let's say there is a page and it has a word\sentence, next to each is a play button. When pressed, the voice engine says that word/sentence. The implementation is similar to topenwords , quizlet or lingvo .
Question: how to add the pronunciation of English words and sentences to the site so that the voice acting itself occurs with a voice engine? At the same time, it's free, of normal quality, and preferably not with the help of the site's resources, although you can use them too :)
I tried free text-to-speech engines, which, moreover, allow you to download a finished mp3, but the quality there is frankly terrible.
Of the possible solutions for reproducing words, the topenwords method is quite suitable - it takes the database of words from Google's www.gstatic.com/ , but it's not clear how to implement this from scratch?
<embed src="http://topenwords.ru/player/player.swf?file=http://www.gstatic.com/dictionary/static/sounds/de/0/accent.mp3&auto=no&sendstop=yes&repeat=1&buttondir=http://topenwords.ru/player/buttons/negative_small&bgcolor=0xffffff&mode=playpause" quality="high" wmode="transparent" width="15" height="15" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
Answer the question
In order to leave comments, you need to log in
Try using google.
Example
To do this, send a GET request in the following form:
http://translate.google.com/translate_tts?ie=utf-8&tl=LANGUAGE&q=STRING
Where LANGUAGE is the language (for example, ru), and STRING is your phrase.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question