Add realtime loopback STT prototype
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user