Skip to content
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

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

Open
mycloudvip opened this issue Jun 26, 2024 · 1 comment

Comments

@mycloudvip
Copy link

mycloudvip commented Jun 26, 2024

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

@imranali51201
Copy link

any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants