Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files- staticfiles/index.html +1 -1
staticfiles/index.html
CHANGED
@@ -158,7 +158,7 @@ audioRecognize() {
|
|
158 |
})
|
159 |
}
|
160 |
// Chrome Only
|
161 |
-
|
162 |
this.rec.continuous = false
|
163 |
this.rec.interimResults = false
|
164 |
this.rec.lang = 'ja-JP'
|
|
|
158 |
})
|
159 |
}
|
160 |
// Chrome Only
|
161 |
+
autoRecognizeMessage(message) {
|
162 |
this.rec.continuous = false
|
163 |
this.rec.interimResults = false
|
164 |
this.rec.lang = 'ja-JP'
|