ASR / config.py
Kr08's picture
created configuration file
5096cb5 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