Skip to content

Commit

Permalink
update language about Voicing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed May 11, 2024
1 parent c16eff4 commit 00cd035
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions js/initialize-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,11 +767,10 @@
},

/**
* Indicates whether or not the "Voicing" feature is enabled. This is a prototype
* feature that uses the web-speech API to provide speech output to the user about
* what is happening in the simulation.
* Controls whether the "Voicing" feature is enabled.
*
* For internal use only. This is currently only used in prototypes.
* This feature is enabled by default when supportsVoicing is true in package.json. The query parameter will always
* override the package.json entry.
*/
supportsVoicing: {
type: 'boolean',
Expand Down

0 comments on commit 00cd035

Please sign in to comment.