Package Exports
- @sharcoux/vosk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sharcoux/vosk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
This is an FFI-NAPI wrapper for the Vosk library.
Usage
It mostly follows Vosk interface, some methods are not yet fully implemented.
To use it you need to compile libvosk library, see Python module build instructions for details. You can find prebuilt library inside python wheel.
About
Vosk is an offline open source speech recognition toolkit. It enables speech recognition models for 17 languages and dialects - English, Indian English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino.
Vosk models are small (50 Mb) but provide continuous large vocabulary transcription, zero-latency response with streaming API, reconfigurable vocabulary and speaker identification.
Vosk supplies speech recognition for chatbots, smart home appliances, virtual assistants. It can also create subtitles for movies, transcription for lectures and interviews.
Vosk scales from small devices like Raspberry Pi or Android smartphone to big clusters.
Documentation
For installation instructions, examples and documentation visit Vosk Website. See also our project on Github.