# OddASR Dependencies

# Core ASR
funasr>=1.0.0
torch>=2.0.0
torchaudio>=2.0.0

# Web Server
flask>=2.0.0
flask-cors>=4.0.0
websockets==14.2

# Audio Processing
numpy>=1.24.0
soundfile>=0.12.0

# VAD (optional)
silero-vad>=4.0.0

# Moonshine ASR (optional)
moonshine-voice>=0.0.56

# Cython Build
cython>=0.29.0
setuptools>=65.0.0
wheel>=0.38.0

# Numba (required by FunASR)
numba>=0.60.0
