Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
2k views

Google's text-to speech engine voices?

Most of you probably know the text-to-speech synthesizer of google translate, as you can access programmatically here btw: http://translate.google.com/translate_tts?tl=en&q=text My impression ...
3
votes
1answer
83 views

Python: sequential calls to subprocess (in this case, espeak)

I was wondering if there was a way to access espeak as you might in the command line: laptop:~$espeak say this line first say this line second ... Right now, the only ways I can do it in python is ...
2
votes
2answers
204 views

Converting from C: fputc and fwrite in C#?

Question: In order to write a C# interface to libespeak, I need to convert the callback SynthCallback to C#. See the below C code. You might need this for reference: ...
2
votes
2answers
468 views

HOW-TO Make computer sing

I'm trying to develop an online application where the user writes some text and the software sings it back to the user. I can currently generate the audio file with the words spoken by the computer ...
1
vote
1answer
971 views

Espeak SAPI/dll usage on Windows?

Question: I am trying to use the espeak text-to-speech engine. So for I got it working wounderfully on linux (code below). Now I wanted to port this basic program to windows, too, but it's nearly ...
0
votes
3answers
81 views

Speak.js – only one command is executed

I'm currently fooling around with speak.js: http://www.syntensity.com/static/espeak.html Apparently the script only allows for one speak command to be executed, if I do like this: speak("1"); ...
0
votes
0answers
181 views

Convert Text to Phonemes using Festival TTS Synthesiser (or eSpeak)

I was wondering if anyone knew an easy way to convert a text file to (IPA) phonemes using Festival? I know it's possible, but I can't find anything in the documentation about how this might be ...
0
votes
0answers
88 views

android espeak installation language settings not working

I tried to install the espeak by using the code available in eyesfree project epeak engine(http://code.google.com/p/eyes-free/source/browse/trunk/eSpeakEngine/src/com/google/marvin/espeak/eSpeak.java. ...