1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:45:59 +02:00
tldr/pages/osx/say.md

20 lines
332 B
Markdown
Raw Normal View History

# say
> Uses text-to-speech to speak through the default sound device.
- Speak a phrase aloud:
2014-02-27 11:58:18 +01:00
`say "I like to ride my bike."`
- Speak a file aloud:
`say -f {{filename}}`
- Create an AAC compressed audio file with the spoken text:
2014-02-17 11:16:23 -05:00
`say -o {{filename.m4a}} "Everyone loves iTunes"`
- List the available voices:
`say -v '?'`