voice icon indicating copy to clipboard operation
voice copied to clipboard

Feature request: Allow Speech Recognition to be setup on Continuous and Non-Continuous Mode (iOS and Android)

Open mycloudvip opened this issue 1 year ago • 3 comments
trafficstars

The current behavior will allow iOS to recognize speech for an unlimited set of time until the interface is triggered with a stop condition.

I have observed that on Android Devices (e.g. Pixel 6) the voice is recognized for about 10 seconds or until the first brief gap of silence is picked up by the microphone.

Some articles in StackOverflow website mention that one way of achieving that is altering the internal gradle files with Android Studio, but that takes away the simplicity of a library such as this one.

It would be great to have a setting like the one shown below, after the speech interface is enabled inside the script.:

const voice.ContinuousMode = true; // false

Kind regards

mycloudvip avatar Jun 26 '24 21:06 mycloudvip

any update on this?

imranali51201 avatar Oct 20 '24 19:10 imranali51201

I need this so much. Library is almost unusable on Android, but I love how it works on iOS

wspirin avatar Apr 23 '25 11:04 wspirin

Hello @wspirin have you tried this?

"expo-speech-recognition": "^1.1.0"

It worked for me and I am currently testing. The implementation was very simple and straightforward

mycloudvip avatar Apr 23 '25 17:04 mycloudvip