mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Fix memory and performance issues caused by long-term use of streaming VAD. 1.Remove unnecessary scores cache and only keep the latest score. 2.Remove the data_buf_all and data_buf cache, and only cache their lengths. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| e2e_vad.py | ||
| frontend.py | ||
| postprocess_utils.py | ||
| timestamp_utils.py | ||
| utils.py | ||