# OddASR Dependencies

# Core ASR
funasr>=1.3.9
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
pydub>=0.25.1

# VAD (optional)
silero-vad>=4.0.0

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

# SenseVoice ONNX support
sherpa-onnx>=1.10.0

# Cython Build
cython>=0.29.0
setuptools>=76.0.0
wheel>=0.40.0

# Numba (required by FunASR)
numba>=0.60.0
editdistance>=0.8.1
