I'm using python to execute a subprocess like so:
subprocess.call(["espeak", "-v Ivona 2 Joey -w "+file_name+".wav", text])
I'm not sure how to use the Ivona 2 Joey voice. When I run the TTSApp.exe file, I can see it in the drop down under "Voice".
and I have read through this http://espeak.sourceforge.net/voices.html.
and when I do espeak --voices, I don't see Ivona in there.
Or is there another way to do it? I have tried pyttsx but it has no output to wav.
All I'm trying to do is use a voice synthesizer to read text using Ivona voice and output to a wav file.