riderodd / react-native-vosk

Speech recognition module for react native using Vosk library
MIT License
36 stars 9 forks source link

Adding feature #43

Open IndigoCRose opened 5 months ago

IndigoCRose commented 5 months ago

Add Vosk Option finishing recognition with silence after x seconds instead of fixed time out that is currently available.

riderodd commented 5 months ago

That's needing to dive deeper in the libvosk, I don't think I can handle that. But feel free to share any code that could help, or better, open a pull request :)