transcript updates
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user