macdos Suspended Original poster Oct 15, 2017 604 969 Sep 18, 2019 #1 MacOS has a menu for changing input method, but if I want to change TTS voice to another language, I have to go deep into the control panel. Is there an easier method?
MacOS has a menu for changing input method, but if I want to change TTS voice to another language, I have to go deep into the control panel. Is there an easier method?
bogdanw macrumors 604 Mar 10, 2009 7,063 3,688 Sep 18, 2019 #2 macdos said: Is there an easier method? Click to expand... You can save the following AppleScript as a Run-only application and drag it into Dock for one-click access to the Accessibility preference pane. Code: do shell script "open 'x-apple.systempreferences:com.apple.preference.universalaccess?TextToSpeech'" For a nicer look, you can change its icon to /System/Library/PreferencePanes/UniversalAccessPref.prefPane/Contents/Resources/MacSpeech.tiff Reactions: Approved
macdos said: Is there an easier method? Click to expand... You can save the following AppleScript as a Run-only application and drag it into Dock for one-click access to the Accessibility preference pane. Code: do shell script "open 'x-apple.systempreferences:com.apple.preference.universalaccess?TextToSpeech'" For a nicer look, you can change its icon to /System/Library/PreferencePanes/UniversalAccessPref.prefPane/Contents/Resources/MacSpeech.tiff