Some minor changes in the descriptions
This commit is contained in:
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
> Converts text to speech.
|
> Converts text to speech.
|
||||||
|
|
||||||
- Speak a phrase aloud:
|
- Say a phrase aloud:
|
||||||
|
|
||||||
`say {{"I like to ride my bike."}}`
|
`say {{"I like to ride my bike."}}`
|
||||||
|
|
||||||
- Speak a file aloud:
|
- Read a file aloud:
|
||||||
|
|
||||||
`say -f {{filename.txt}}`
|
`say -f {{filename.txt}}`
|
||||||
|
|
||||||
- Speak a phrase with a custom voice and speech rate:
|
- 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 -v {{voice}} -r {{words_per_minute}} {{"I'm sorry Dave, I can't let you do that."}}`
|
||||||
|
|
||||||
@@ -20,4 +20,4 @@
|
|||||||
|
|
||||||
- Create an audio file of the spoken text:
|
- Create an audio file of the spoken text:
|
||||||
|
|
||||||
`say -o {{filename.aiff}} {{"Everyone loves iTunes."}}`
|
`say -o {{filename.aiff}} {{"Here's to the Crazy Ones."}}`
|
||||||
|
Reference in New Issue
Block a user