Voice Selection

Posted on
Fri Mar 15, 2019 1:25 pm
justlen offline
Posts: 58
Joined: May 05, 2005

Voice Selection

Hello;

I have Announcements up and running, and am hearing them through the correct output device utilizing AirFoil Pro connected to the System Speech Synthesis.

I have a trigger setup that executes the Announcements "speak announcement" action.

The only issue I am seeing right now is I can't seem to select the voice. I change the voice in the Accessibility section of System Prefs, but it continues to speak in the standard American English Female voice.

Posted on
Fri Mar 15, 2019 1:34 pm
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Voice Selection

So it turns out--and I didn't know this until you posted your question--that it seems that you need to restart the Indigo server in order for the change in voice to take effect. I confirmed this by switching my voice from Kate to Alex and then selecting speak. This confirmed your findings (I still heard Kate.) I restarted the Indigo server and then heard Alex's voice. I repeated the steps in reverse and got the same result.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Fri Mar 15, 2019 3:35 pm
justlen offline
Posts: 58
Joined: May 05, 2005

Re: Voice Selection

Perfect, thank you.

Posted on
Fri Mar 15, 2019 3:44 pm
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Voice Selection

justlen wrote:
Perfect, thank you.

My pleasure. Let me know if you have any questions about the plugin or if it's missing a feature that would be useful.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Wed Mar 20, 2019 8:53 am
kidney offline
Posts: 237
Joined: Jul 15, 2007

Re: Voice Selection

Hi! HIjacking this thread but at least it's voice related.

Is there anyway to change the voice without going into the system preferences.

My household is bilingual (French and English) and would love to have announcement in either French or English

Posted on
Wed Mar 20, 2019 11:01 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Voice Selection

To be clear, the Announcements Plugin doesn't do the announcing--just the construction of complex strings to use as announcements spoken by other means.

That said, I don't know of a way to do bi-lingual announcements per se. I tried some French and Italian (using my current English speaking setting) and the results were comical to say the least. As far as I know, all this is managed at the system level and Indigo is merely providing the connection.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Wed Mar 20, 2019 11:30 am
kidney offline
Posts: 237
Joined: Jul 15, 2007

Re: Voice Selection

True that...

Posted on
Wed Mar 20, 2019 12:24 pm
justlen offline
Posts: 58
Joined: May 05, 2005

Re: Voice Selection

I am using AppleScript to change the speaker output vie System Prefs, I was having problems with Airfoil. A similar script could be used to change the language. This is from Mountain Lion, so it may need to be modified a bit:
Code: Select all
tell application "System Preferences"
    reveal anchor "Dictation" of pane "com.apple.preference.speech"
end tell

tell application "System Events" to tell process "System Preferences"
    tell pop up button 1 of tab group 1 of window 1
        click
        if value is "English (United States)" then
            set language to "German (Germany)"

        else
            set language to "English (United States)"
        end if
        click menu item language of menu 1
    end tell
end tell

quit application "System Preferences"

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 2 guests