Skip to content

Commit c7d2751

Browse files
committed
Update p5.speech.js
1 parent c27ccd8 commit c7d2751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/p5.speech.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
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)
@@ -292,7 +292,7 @@
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

0 commit comments

Comments
 (0)