csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
372 stars 231 forks source link

Not working with many browsers #532

Closed lincoln1clarke closed 1 month ago

lincoln1clarke commented 2 months ago

Running as a web app on Brave on windows, when listen is called, it asks microphone permission and appears to be listening, but it outputs no text. On Chrome on Android, it somewhat works, but it will repeat everything you say many times.

I haven't tried SpeechToText.webDoNotAggregate because I wasn't able to find any example code with it and don't know how to integrate it. Would that fix the Chrome Android issue? On Chrome on Windows, it works perfectly though.

It would be great if it would support more browsers across devices.

sowens-csd commented 2 months ago

There is an example in the issues list of using webDoNotAggregate, it is listed in the README.

Unfortunately browsers do not all support speech recognition and the package is dependent on the browser. It would certainly be preferable if all browsers fully supported it but AFAIK they do not yet.