# 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