1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:15:42 +02:00

Some minor changes in the descriptions

This commit is contained in:
Leandro Ostera 2016-02-13 00:05:17 +01:00
parent 02f859a40f
commit 6f4901d836

View file

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