Answer the question
In order to leave comments, you need to log in
JS/AS API for reading Russian text by voice?
Tell me, who knows? Better, of course, on javascript than some libraries on AS. And better - free. I was sure that google has something similar, but it looks like I was wrong. Want something like this:
<script>
api.texttospeech("привет, я разговариваю");
</script>
Answer the question
In order to leave comments, you need to log in
I can only recommend an even more perverted way. Using LLVM, compile a regular C++ program and convert it to JS code using emScripten. Approximately how it was done here:
github.com/katsuyan/speak.js
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question