react-native-vosk icon indicating copy to clipboard operation
react-native-vosk copied to clipboard

Speech recognition module for react native using Vosk library

Results 31 react-native-vosk issues
Sort by recently updated
recently updated
newest added

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...

dependencies
ruby

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...

question

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...

dependencies
javascript

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

wontfix

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

dependencies

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...

dependencies
javascript

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...

enhancement

# 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...

bug

Does this library download model any time user interacts with the app or with the web-app?

question