blob: 81e729f50c6b9d60fb4c21cb81965fef39fbf4c4 (
plain) (
blame)
1
2
3
4
5
6
|
# auto-live-tl
A basic LOCAL translation backend that listens to an audio sink via PCM and runs translation via faster-whisper
Translations a
`server.py` serves a backend for translating incoming audio data. It expects some other client to hit the `/events` endpoint to fetch the translated data.
|