L
L
lemon_spb2012-09-27 08:53:07
JavaScript
lemon_spb, 2012-09-27 08:53:07

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>

It can't be that I wanted too much :-)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evengard, 2012-09-27
@Evengard

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

J
JamesKirk, 2012-09-27
@JamesKirk

I can only advise you to transfer text to the server, and use a speech synthesis system on it, for example, Festival.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question