Spaces:
Sleeping
Sleeping
File size: 189 Bytes
f36e52e |
1 2 3 4 5 6 7 8 |
# 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 |