2015-12-29 19:46:40 +00:00
|
|
|
# espeak
|
|
|
|
|
2016-01-17 22:44:12 +00:00
|
|
|
> Uses text-to-speech to speak through the default sound device.
|
2019-06-08 01:04:00 +01:00
|
|
|
> More information: <http://espeak.sourceforge.net>.
|
2015-12-29 19:46:40 +00:00
|
|
|
|
2016-01-17 22:44:12 +00:00
|
|
|
- Speak a phrase aloud:
|
2015-12-29 19:46:40 +00:00
|
|
|
|
|
|
|
`espeak "I like to ride my bike."`
|
|
|
|
|
2016-01-17 22:44:12 +00:00
|
|
|
- Speak a file aloud:
|
2015-12-29 19:46:40 +00:00
|
|
|
|
|
|
|
`espeak -f {{filename}}`
|
|
|
|
|
2016-01-17 22:44:12 +00:00
|
|
|
- Save output to a WAV audio file, rather than speaking it directly:
|
2015-12-29 19:46:40 +00:00
|
|
|
|
|
|
|
`espeak -w {{filename.wav}} "It's GNU plus Linux"`
|
|
|
|
|
2016-01-17 22:44:12 +00:00
|
|
|
- Use a different voice:
|
2015-12-29 19:46:40 +00:00
|
|
|
|
|
|
|
`espeak -v {{voice}}`
|