STT -> LLM -> TTS pipeline in C #16043
RhinoDevel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For STT, LLM inference & TTS I created 3 wrapper libraries in C/C++ (using Whisper.cpp, Llama.cpp and Piper).
They offer pure C interfaces, Windows and Linux are supported, meant to be used on standard consumer hardware.
mt_stt for Speech-To-Text.
mt_llm for Large-Language-Model inference.
mt_tts for Text-To-Speech.
An example implementation of an STT -> LLM -> TTS pipeline in C can be found here.
Beta Was this translation helpful? Give feedback.
All reactions