Skip to content

Commit

Permalink
add speak to the list of functions in documentation, see #172
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Sep 13, 2024
1 parent 8438da6 commit 5259b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/creator/react/CreateSpeechViewForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import ViewComponentControls from './ViewComponentControls.js';

// Speech-specific functions available to the user to control the output.
const SPEECH_FUNCTIONS = [
'speak( string ) - Speak the string.',
'interruptSpeech() - Stop all speech and clear the speech queue.',
'setMuted( boolean ) - Mute or unmute all speech (all speech components)',
'setPriority( number ) - Set the priority for this speech. Higher priority speech will interrupt lower priority speech.',
Expand Down

0 comments on commit 5259b16

Please sign in to comment.