Add realtime loopback STT prototype

This commit is contained in:
2026-05-02 20:20:54 +09:00
parent 10e0dd75db
commit 5775c4809a
17 changed files with 1034 additions and 0 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
LOCAL_AI_VENV_PATH=.local-ai/.venv
# Windows면 보통 python 또는 py -3
LOCAL_AI_PYTHON=
# Windows: ffmpeg dshow 장치 이름
# Linux: pactl list sources short 에서 monitor/source 이름
AUDIO_SOURCE=
WHISPER_MODEL=large-v3-turbo
WHISPER_LANGUAGE=ko
WHISPER_DEVICE=auto
WHISPER_COMPUTE_TYPE=auto
WHISPER_BEAM_SIZE=1
DEBUG_TRANSCRIPTS=true
LOG_LEVEL=info