react-native-vosk
react-native-vosk copied to clipboard
Speech recognition module for react native using Vosk library
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Hello! Is it possible to use the library by importing the model instead of from the assets folder from a different location? We are trying to use the library with...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...
Add Vosk Option finishing recognition with silence after x seconds instead of fixed time out that is currently available.
Thank you very much, this is a good job how to build libvosk.a for ios with latest vosk or vosk 0.3.45 version
Added TurboModules support Moving to RN 0.74 in test app Added tests for remote model loading (thanks to #56 )
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...
I can't find a way to use this library to transcribe audio files only real time transcribing. As far as I can tell, the audio file transcribing is possible in...
# Issue: Vosk engine stops providing results when used with react-native-background-actions ## Description When using react-native-vosk in conjunction with react-native-background-actions for a voice assistant project, the Vosk engine unexpectedly stops...
Question
Does this library download model any time user interacts with the app or with the web-app?