say: update page (#9452)

This commit is contained in:
Krzysztof Bociurko
2022-11-09 13:13:25 +01:00
committed by GitHub
parent 43498fab3d
commit fa7f5faa94

View File

@@ -15,10 +15,14 @@
`say --voice={{voice}} --rate={{words_per_minute}} "{{I'm sorry Dave, I can't let you do that.}}"`
- List the available voices:
- List the available voices (different voices speak in different languages):
`say --voice="?"`
- Say something in Polish:
`say --voice={{Zosia}} "{{Litwo, ojczyzno moja!}}"`
- Create an audio file of the spoken text:
`say --output-file={{filename.aiff}} "{{Here's to the Crazy Ones.}}"`