You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thanks for this repo, it's really cool! I'm running macOS 12.0.1, and I'm having trouble getting the macOS service version of switching between default voices to find some downloaded voices. I just downloaded the macOS service to switch between default voices as described in the documentation here, and modified just the one indicated line in ~/.SwitchDefaultVoice-rc so that it now reads
voices=( Fred Kathy )
Like I said, I'm running macOS 12.0.1, so the System Preferences seem to have been shuffled around/renamed a little bit from the "Speech" header referenced in this repo's documentation. If I go to System Preferences > Accessibility > Spoken Content and look through the System Voice dropdown menu, which if I'm not mistaken is where the "Speech" content moved, Fred and Kathy both appear as options:
Let's say that I've just manually changed the default voice to Kathy. When I use the keyboard shortcut I assigned for the switch default voice command, I get the following error message, read in the Kathy voice:
The action “Run Shell Script” encountered an error: “Print: Entry, "VoiceAttributes:VoiceLocaleIdentifier", Does Not Exist
voices: ERROR: 'Fred' is not an installed voice.”
If I then go to my System Preferences window, manually switch the default voice to Fred, and then rerun the switch default voice command, I get basically the same error message, with the only change being that it tells me in the Fred voice that 'Kathy' is not an installed voice.
However, if I then manually change the default voice to Fred and then change that one line in ~/.SwitchDefaultVoice-rc so that it instead reads
voices=( Fred Monica )
(you can see from my screenshot that Monica is also a voice I have installed on my computer), and rerun the keyboard shortcut command, it correctly says "español" in the Monica voice. But if I then rerun the command again, I get the same error message as earlier about Fred not being installed, just this time read in the Monica voice.
I wasn't sure whether this was somehow a language-based issue, so I tried switching the config file to read
voices=( Chantal Monica )
but once again, switching from a manually-set Chantal to Monica is fine, but not the other way around. So I'm not sure what the pattern is here.
In summary: of the downloaded voices I've tried switching between, trying to automatically switch to Alex, Kathy, Fred, or Chantal throws an error, and automatically switching to Monica works fine. Any ideas as to what might be going on? Not sure whether to blame the new OS or whether that's a red herring here. Thanks for your time!
The text was updated successfully, but these errors were encountered:
serrano-s
changed the title
Installed voice is sometimes identified as uninstalled
Some installed voices are identified as uninstalled
Nov 10, 2021
Hello, and thanks for this repo, it's really cool! I'm running macOS 12.0.1, and I'm having trouble getting the macOS service version of switching between default voices to find some downloaded voices. I just downloaded the macOS service to switch between default voices as described in the documentation here, and modified just the one indicated line in
~/.SwitchDefaultVoice-rc
so that it now readsLike I said, I'm running macOS 12.0.1, so the System Preferences seem to have been shuffled around/renamed a little bit from the "Speech" header referenced in this repo's documentation. If I go to System Preferences > Accessibility > Spoken Content and look through the System Voice dropdown menu, which if I'm not mistaken is where the "Speech" content moved, Fred and Kathy both appear as options:
Let's say that I've just manually changed the default voice to Kathy. When I use the keyboard shortcut I assigned for the switch default voice command, I get the following error message, read in the Kathy voice:
If I then go to my System Preferences window, manually switch the default voice to Fred, and then rerun the switch default voice command, I get basically the same error message, with the only change being that it tells me in the Fred voice that 'Kathy' is not an installed voice.
However, if I then manually change the default voice to Fred and then change that one line in
~/.SwitchDefaultVoice-rc
so that it instead reads(you can see from my screenshot that Monica is also a voice I have installed on my computer), and rerun the keyboard shortcut command, it correctly says "español" in the Monica voice. But if I then rerun the command again, I get the same error message as earlier about Fred not being installed, just this time read in the Monica voice.
I wasn't sure whether this was somehow a language-based issue, so I tried switching the config file to read
but once again, switching from a manually-set Chantal to Monica is fine, but not the other way around. So I'm not sure what the pattern is here.
In summary: of the downloaded voices I've tried switching between, trying to automatically switch to Alex, Kathy, Fred, or Chantal throws an error, and automatically switching to Monica works fine. Any ideas as to what might be going on? Not sure whether to blame the new OS or whether that's a red herring here. Thanks for your time!
The text was updated successfully, but these errors were encountered: