Skip to content

Commit

Permalink
documentation, see #1282
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Sep 16, 2021
1 parent e8a0638 commit affec2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/accessibility/voicing/voicingManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ class VoicingManager extends Announcer {
* Returns an array of voices where "Google" voices are prioritized. Google voices generally sound the best so they
* can be promoted if desired. Returns an array of SpeechSynthesisVoices where "Google" voices are at the top of the
* list.
*
* As of 9/16/21 I am not sure if we want to prioritize voices for Voicing feature, but something like this
* gets us started. See https://github.com/phetsims/scenery/issues/1282/
* @public
*/
getVoicesWithGooglePrioritized() {
Expand Down

0 comments on commit affec2c

Please sign in to comment.