transcript updates

This commit is contained in:
2026-04-03 03:18:09 -03:00
parent db3b94a6a1
commit d14390a649
3 changed files with 64 additions and 9 deletions

View File

@@ -26,5 +26,7 @@ AUDIO_SAFETY_MARGIN = 2 # seconds safety margin (matches scene detector)
WAVEFORM_BUCKET_MS = 50 # milliseconds per waveform peak bucket
# Transcription
WHISPER_MODEL = "small" # "small" for speed, "medium" for accuracy
WHISPER_MODEL = "medium" # "small" for speed, "medium" for accuracy
WHISPER_DEVICE = "cuda" # "cuda" or "cpu"
TRANSCRIBE_MIN_CHUNK_S = 5 # minimum seconds of audio before transcribing
TRANSCRIBE_LINES_PER_GROUP = 3 # whisper segments grouped per transcript ID (1-5)