Tune realtime STT defaults
This commit is contained in:
10
.env.example
10
.env.example
@@ -10,7 +10,15 @@ WHISPER_MODEL=large-v3-turbo
|
||||
WHISPER_LANGUAGE=ko
|
||||
WHISPER_DEVICE=auto
|
||||
WHISPER_COMPUTE_TYPE=auto
|
||||
WHISPER_BEAM_SIZE=1
|
||||
WHISPER_BEAM_SIZE=2
|
||||
|
||||
SEGMENT_START_THRESHOLD=900
|
||||
SEGMENT_CONTINUE_THRESHOLD=450
|
||||
SEGMENT_START_FRAMES=2
|
||||
SEGMENT_END_FRAMES=24
|
||||
SEGMENT_PREROLL_SAMPLES=3200
|
||||
SEGMENT_MIN_SPEECH_SAMPLES=7200
|
||||
SEGMENT_MAX_SPEECH_SAMPLES=160000
|
||||
|
||||
DEBUG_TRANSCRIPTS=true
|
||||
LOG_LEVEL=info
|
||||
|
||||
Reference in New Issue
Block a user