-
When using this in React, the microphone is picking up all sound that comes from computer speakers and interpreting it as input for voice to text. Is there no echo cancellation? Or any way to achieve …
-
### Describe the bug
Everything has been working perfectly until I decided to upgrade Mac OS to Monterey on my Macbook Pro.
When running the code from here https://github.com/speechly/speech-reco…
-
### Describe the bug
Everything has been working perfectly until I decided to upgrade Mac OS to Monterey on my Macbook Pro.
A more detailed explanation can be found here https://github.com/speechly/…
-
I am developing speech recognition in React.
However, when applying the following polyfill, voice recognition is not available.
The problem code followed the guidelines.
const appId = 'app id n…
-
Hello, I would like to ask that how could I get the audio file that is used for conversion from speech to text. I need that to put in the tag.
Thank you so much.
vd191 updated
2 years ago
-
### Describe the bug
A clear and concise description of what the bug is.
### To Reproduce
Steps to reproduce the behavior:
1. Implement a basic (or any) speech button in a react app
2. Click th…
-
### Describe the bug
The polyfill doesn't appear to transmit audio data in Firefox if microphone permissions have been set to 'Allow' and remembered.
### To Reproduce
Steps to reproduce the behav…
msub2 updated
3 years ago
-
Hi
Hope you're well; iOS specific (problem doesnt occur on android), anytime i use another package that uses audio, flutter_sound will cause the following crash, is there any known workarounds? As …
-
### Describe the bug
I tried [browser-client-example](https://speechly.github.io/browser-client-example/) on desktop and it works fine. But on my mobile when I'm speaking while holding down the "Reco…
-
### Describe the bug
There is a mistake in the example code. The API does not return `isFinalized`. The correct param to use is `isFinal` that the API returns.
### To Reproduce
Steps to reproduce…