-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
音声認識の停止ボタンを追加する #4
Comments
停止ボタンについて、実装しようとしたが、以下のことで一旦中止。
|
これ参考になりませんか https://developer.mozilla.org/ja/docs/Web/API/SpeechRecognition/stop
二重で結果入る(今まで認識した音)から停止時のデータは破棄しないとダメなのかな |
一応同じページを参考しながら実装していたですが、上のコメント2に書いた通りの作動にしかならないんですよね... |
あとはこれですかね https://teratail.com/questions/151938 もう一度やりたい時はSpeechRecognitionクラスを再生成してるっぽい? それか、onresultにnull代入してテキストの更新防げないかな |
二重で結果入力されることに関してはおそらくバグって、力技で防げる気がします。 一応公式には認識されていて、直すと公言されているので、これを待ちたいところです。(スレッド見ている限り、あまり希望はないですが) |
音声認識じゃなくてテキスト更新の可否をフラグで管理とかだと微妙かな 認識してても追加されなければいいみたいな |
これはおそらく上のコメントの1と同じ問題に当たります。同じような方法も試したのですが、Androidの場合、onend()に再起動に入れる必要があって、初期化するとその辺りで不都合が出てきた覚えがあります。 |
問題点ばっかりコメントしてしまってごめんなさい。 |
No description provided.
The text was updated successfully, but these errors were encountered: