igor725/lua-vosk
Vosk (offline speech recognition library) binding for Lua
This library enables offline speech recognition within Lua applications. It takes audio input and converts it into text, which can then be used for various purposes like transcribing spoken commands or dialogues. It's designed for Lua developers who need to integrate speech-to-text functionality directly into their Lua-based projects.
No commits in the last 6 months.
Use this if you are a Lua developer building an application that requires robust, offline speech recognition capabilities.
Not ideal if you need an online speech recognition service, are not using Lua, or require a pre-built end-user application.
Stars
9
Forks
1
Language
C
License
MIT
Category
Last pushed
Jan 30, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/igor725/lua-vosk"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k2-fsa/sherpa-onnx
Speech-to-text, text-to-speech, speaker diarization, speech enhancement, source separation, and...
ccoreilly/vosk-browser
A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
alphacep/vosk
VOSK Speech Recognition Toolkit
alphacep/vosk-server
WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
solyarisoftware/voskJs
Vosk ASR offline engine API for NodeJs developers. With a simple HTTP ASR server.