Show HN: STT –> LLM –> TTS pipeline in C
RhinoDevel Wednesday, September 17, 2025For speech-to-text, large-language-model inference and text-to-speech I created three wrapper libraries in C/C++ (using Whisper.cpp, Llama.cpp and Piper).
Follow the URL to see an example that shows how to use these libraries for a speech-to-text, LLM inference, text-to-speech pipeline.
Windows and Linux are supported.
Summary
This article provides an example of a speech-to-text-to-language-model-to-text-to-speech (STT-LLM-TTS) pipeline, demonstrating how to integrate various machine learning components to enable conversational AI applications.
10
0
Summary
github.com