diff --git a/js/SpeechSynthesisAnnouncer.ts b/js/SpeechSynthesisAnnouncer.ts index b6c11dd..36f5f4b 100644 --- a/js/SpeechSynthesisAnnouncer.ts +++ b/js/SpeechSynthesisAnnouncer.ts @@ -88,7 +88,14 @@ const NOVELTY_VOICES = [ 'Trinoids', 'Whisper', 'Wobble', - 'Zarvox' + 'Zarvox', + + // not technically "novelty" but still sound too bad and would be distracting to users, see + // https://github.com/phetsims/utterance-queue/issues/93#issuecomment-1303901484 + 'Flo', + 'Grandma', + 'Grandpa', + 'Junior' ]; type SpeechSynthesisAnnounceOptions = {