osx/*: update page (#7665)
This commit is contained in:

committed by
GitHub

parent
b1326296cd
commit
692469016e
@@ -9,16 +9,16 @@
|
||||
|
||||
- Read a file aloud:
|
||||
|
||||
`say -f {{filename.txt}}`
|
||||
`say --input-file={{filename.txt}}`
|
||||
|
||||
- Say a phrase with a custom voice and speech rate:
|
||||
|
||||
`say -v {{voice}} -r {{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:
|
||||
|
||||
`say -v "?"`
|
||||
`say --voice="?"`
|
||||
|
||||
- Create an audio file of the spoken text:
|
||||
|
||||
`say -o {{filename.aiff}} "{{Here's to the Crazy Ones.}}"`
|
||||
`say --output-file={{filename.aiff}} "{{Here's to the Crazy Ones.}}"`
|
||||
|
Reference in New Issue
Block a user