File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 247247 }
248248 else {
249249 this . rec = new Object ( ) ;
250- console . log ( "p5.SpeechRec: webkitSpeechRecognition not supported in this browser." ) ;
250+ console . log ( "p5.SpeechRec: Speech Recognition not supported in this browser." ) ;
251251 }
252252
253253 // first parameter is language model (defaults to empty=U.S. English)
292292 // speech recognition system successfully connected to and received
293293 // a response from the server. you can construct an if() around this
294294 // if you're feeling worried.
295- this . resultValue ;
295+ this . resultValue ;
296296 // resultString:
297297 // the 'transcript' of the most recently recognized speech as a simple
298298 // string. this will be blown out and replaced at every firing of the
You can’t perform that action at this time.
0 commit comments