Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

List Mac's Text - To - Speech Voices For The say Command (With Samples)

The [TODO: Code shorthand span ] command line app converts text to speech. There are a few different voices to chose from. To get a list of them from the command line use :

say -v '?'

This is a list of samples for the default voices on my macOS 12.x machine sorted by language localization :

From The System Preferences

A list of voices is also available from :

code full

Click on the "System Voice" to get the basic list.

Adding voices

More voices can be added from the Speech Content System Preference panel. Click the "Customize" at the bottom of the "System Voice" selection list to choose the new ones.

Here's the samples for all the ones I available when I downloaded them.

- Most info I found for getting the voice list is for older versions of macOS and doesn't work any more. This approach works with macOS 12.x.

- The voices available from the [TODO: Code shorthand span ] command is different than what's available in the System Preferences. Most notably, the "Siri Voice #" voices are only in the preferences.

- Info about the siri voices can be found on this answer . Setting the system default voice to a siri voice can make it available to [TODO: Code shorthand span ] according to that page

- Adding some voices to the System Preferences did make them appear in the [TODO: Code shorthand span ] list (e.g Boing), but not all of them came thru

Footnotes And References