2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-19 03:25:44 +00:00
cheat.sheets/sheets/say
Igor Chubin 4954e59346 say
2017-06-04 19:36:53 +00:00

21 lines
393 B
Plaintext

# say
#
# Converts text to speech.
# Say a phrase aloud:
say "I like to ride my bike."
# Read a file aloud:
say -f 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."
# List the available voices:
say -v ?
# Create an audio file of the spoken text:
say -o filename.aiff "Here's to the Crazy Ones."