mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 16:35:37 +02:00
say: update page (#9452)
This commit is contained in:
parent
43498fab3d
commit
fa7f5faa94
1 changed files with 5 additions and 1 deletions
|
@ -15,10 +15,14 @@
|
||||||
|
|
||||||
`say --voice={{voice}} --rate={{words_per_minute}} "{{I'm sorry Dave, I can't let you do that.}}"`
|
`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 --voice="?"`
|
||||||
|
|
||||||
|
- Say something in Polish:
|
||||||
|
|
||||||
|
`say --voice={{Zosia}} "{{Litwo, ojczyzno moja!}}"`
|
||||||
|
|
||||||
- Create an audio file of the spoken text:
|
- Create an audio file of the spoken text:
|
||||||
|
|
||||||
`say --output-file={{filename.aiff}} "{{Here's to the Crazy Ones.}}"`
|
`say --output-file={{filename.aiff}} "{{Here's to the Crazy Ones.}}"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue