react-native-vosk
react-native-vosk copied to clipboard
Speech recognition module for react native using Vosk library
Bumps [del-cli](https://github.com/sindresorhus/del-cli) from 5.1.0 to 6.0.0. Release notes Sourced from del-cli's releases. v6.0.0 Breaking Require Node.js 18 de54031 Improvements Update dependencies de54031 https://github.com/sindresorhus/del-cli/compare/v5.1.0...v6.0.0 Commits f6e4605 6.0.0 de54031 Require Node.js 18...
**Is your feature request related to a problem? Please describe.** For my use case, I need to be able to programmatically mute / unmute the microphone (or input stream). My...
Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 3.14.1 to 3.14.2 Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix...
Bumps [del-cli](https://github.com/sindresorhus/del-cli) from 6.0.0 to 7.0.0. Release notes Sourced from del-cli's releases. v7.0.0 Breaking Require Node.js 20 aba3b05 Improvements Improve error presentation 822f27c Fix --dry-run behavior and clarify help text...
Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 20.0.0 to 20.0.2. Commits 7c8951c v20.0.2 12d1918 chore: upgrade Node.js to 20 (#2701) d9ee06a v20.0.1 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...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.7.0 to 30.1.3 Release notes Sourced from jest's releases. 30.1.3 Fixes Fix unstable_mockModule with node: prefixed...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.1.0 to 19.1.1 Release notes Sourced from react's releases. 19.1.1 (July 28, 2025) React Fixed Owner...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...
Add a new `transcribeFile(wavPath: string): Promise` method to the Vosk module. - Android: implement `@ReactMethod transcribeFile(...)` that streams a 16 kHz mono WAV into a new `Recognizer` and returns its...
**Is your feature request related to a problem? Please describe.** When using this library with text to speech, the speech playing from the speaker gets picked up by the microphone...