Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 19, 2022
1 parent f1cd3d4 commit 4d15087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/preferences/VoicingPanelSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ class VoicingPanelSection extends PreferencesPanelSection {
// Only get the prioritized and pruned list of voices if the VoicingManager has voices
// available, otherwise wait until the next voicesChangedEmitter message. If there are no voices
// available VoiceComboBox will handle that gracefully.
// Voice changing is not (as of this writing) available on MacOS or iOS, but we hope they fix that bug soon. Perhaps
// next time someone is working in this area, they can check and see if it is working, https://github.com/phetsims/utterance-queue/issues/74
if ( voicingManager.voices.length > 0 ) {
const prioritizedVoices = voicingManager.getPrioritizedVoices();

Expand Down

0 comments on commit 4d15087

Please sign in to comment.