ASR_gradio / config.py
Kr08's picture
Gradio ASR - first commit
f36e52e verified
raw
history blame
189 Bytes
# Audio processing constants
SAMPLING_RATE = 16000
CHUNK_LENGTH_S = 20 # 20 seconds per chunk
# Model constants
WHISPER_MODEL_SIZE = "small"
# Other constants can be added here as needed