1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 20:55:36 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.}}"`