Test to Speech Synthesizer

Nikita Sahoo
Sep 20, 2021
espeak-ng - A multi-lingual software speech synthesizer.espeak-ng is a software speech synthesizer for English, and some other languages.

EXAMPLES

espeak-ng "This is a test"
Speak the sentence "This is a test" using the default English voice.
espeak-ng -f hello.txt
Speak the contents of hello.txt using the default English voice.
cat hello.txt | espeak-ng
Speak the contents of hello.txt using the default English voice.
espeak-ng -x hello
Speak the word "hello" using the default English voice, and print the phonemes that
were spoken.
espeak-ng -ven-us "[[h@´loU]]"
Speak the phonemes "h@´loU" using the American English voice.
espeak-ng --voices
List all voices supported by eSpeak.
espeak-ng --voices=en
List all voices that speak English (en).
espeak-ng --voices=mb
List all voices using the MBROLA voice synthesizer.

THANK YOU!! HAPPY READING!!

--

--