Skip to content

Commit

Permalink
remove more voices that are not useful, see #93
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Nov 8, 2022
1 parent 388e195 commit eef67e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion js/SpeechSynthesisAnnouncer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit eef67e4

Please sign in to comment.