bjornbytes/lua-deepspeech
Lua Library for Speech Recognition
This tool helps game developers or interactive media creators integrate speech recognition directly into their Lua-based projects. It takes raw audio input, such as spoken words from a microphone or an audio file, and converts it into text. The output is either the decoded text or more detailed transcripts, enabling voice commands or spoken input within games and applications.
No commits in the last 6 months.
Use this if you are building a game or interactive experience with Lua (especially using LÖVR or LÖVE) and need to convert spoken audio into text for voice commands, in-game dictation, or other speech-driven interactions.
Not ideal if you are not working with Lua or do not need speech recognition integrated into a real-time interactive application.
Stars
25
Forks
—
Language
C
License
MIT
Category
Last pushed
Sep 14, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/bjornbytes/lua-deepspeech"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon...
githubharald/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
nl8590687/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
athena-team/athena
an open-source implementation of sequence-to-sequence based speech processing engine
hirofumi0810/tensorflow_end2end_speech_recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)