Open OndrejUzovic opened 4 months ago
I have debugged the code and it seems the problem is caused by the audio worklet.
The callback: workletNode.port.onmessage()
is never called on Android devices.
When the audio worklet is commented out, so that attachScriptProcessor() is called the speech to text started to work.
Please, could you provide a fix for the audio worklet or a possibility to turn it off?
Hi any update on this ?
The same problem persists and there seems to be no progress towards a solution.
What happened?
I have implemented a speech to text recognition from the microphone for browsers.
The implementation works perfectly fine if the browser is running on a desktop computer. However if the browser is executed on an Android mobile device the microphone is activated but no text is recognized - as if there is silence. No error is detected during that "silence".
Here is a short code to reproduce the issue:
I am using the SDK version 1.38.0 on Edge and Chrome browsers.
Is this is a bug or do I miss something?
Version
1.36.0 (Latest)
What browser/platform are you seeing the problem on?
Chrome
Relevant log output
No response