Add ASMR VAD inference support and model assets

This commit is contained in:
xuwei 2026-03-13 22:16:57 +08:00
parent 26ea9aba51
commit d605aadef3
9 changed files with 1259 additions and 37 deletions

View file

@ -0,0 +1,5 @@
onnxruntime>=1.16.0 # or onnxruntime-gpu for GPU support
transformers>=4.30.0 # For WhisperFeatureExtractor
librosa>=0.10.0 # Audio processing
soundfile>=0.12.0 # Audio I/O (required by librosa)
numpy>=1.24.0 # Array operations