forked from efforting.tech/stt-server
f18330608d87e4148d5f30c7d283dd92adffdb25
Errors always go to stderr. Info logs (startup, VAD events, transcripts) only appear with --verbose / -v, keeping stderr clean when running as a system service. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Voice to text interface
Overview
This project aims to provide voice to text using faster-whisper as backend.
Origin
This project started as a vibe-coded experiment but this version is somewhat more hands on.
Setup
Setup venv for python
We will have two different setups here depending on if you want to build ctranslate2 locally or not. This shall be documented.
Description
Voice to text server using [faster-whisper](https://github.com/SYSTRAN/faster-whisper)
Languages
Shell
51.6%
Python
48.4%