File size: 189 Bytes
5096cb5
 
 
 
 
 
 
 
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