How do I select a new default voice for command-line swift?
To select the default voice for Swift in Linux, set the environment variable “SWIFT_DEFAULT_VOICE” to the name of the desired voice. For example: export SWIFT_DEFAULT_VOICE=David To save this environment variable between terminal sessions, add the above line to your home directory’s .bash_profile file.