phetsims / utterance-queue

Alerting library powered by aria-live
MIT License
0 stars 2 forks source link

Remove SpeechSynthesisAnnouncer.speak #59

Closed jessegreenberg closed 2 years ago

jessegreenberg commented 2 years ago

It isn't necessary, and there is a duplicated check of initialized with announce(). I think it should be removed so announce can call requestSpeech directly.

jessegreenberg commented 2 years ago

It has been removed. There were no usages of it.