LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   text to speech voices and software (https://www.linuxquestions.org/questions/linux-software-2/text-to-speech-voices-and-software-4175628197/)

atlaika 04-22-2018 01:14 PM

text to speech voices and software
 
fromtexttospeech
That site got some really good voices. Are they in the public domain? And if so, can you use them with espeak or festival or in any other way with linux?

ondoho 04-23-2018 12:43 AM

Quote:

Originally Posted by atlaika (Post 5846291)
That site got some really good voices. Are they in the public domain?

only the site can answer that.

fwiw, i sometimes use flite. they have a nice set of voices, and show you the license. not public domain i'd guess, but something gpl-like.

atlaika 04-23-2018 09:38 AM

Quote:

Originally Posted by ondoho (Post 5846447)
only the site can answer that.

Guess I have to shoot them a mail then.

Thanks, I'll give filte a go.

Any other suggestions on human-like tts voices/packages solutions, are more than welcome.

teckk 04-23-2018 03:37 PM

A few more.

picospeaker, try it with different pitch, speed
Code:

echo "Hi there how are you?" | picospeaker -v .8 -p -2 -r -15 -o out.wav
festival, try different voices.
Code:

festival> (SayText "Hi there, how are you?")
Code:

(voice.list)
(voice_cmu_us_awb_cg)
(voice_cmu_us_rms_cg)
(voice_cmu_us_slt_cg)
(voice_kal_diphone)
(voice_rab_diphone)

(voice_cmu_us_slt_cg) is a female voice, quite clear.
http://www.cstr.ed.ac.uk/projects/fe...orevoices.html

espeak, try different settings
Code:

echo "Hi there" | espeak -v mb-us3+f2 -k20 -s 190 -g 3 -p 10

atlaika 04-24-2018 12:27 PM

Thank a lot. Really appreciated. :)


All times are GMT -5. The time now is 06:43 PM.