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. |
||
|---|---|---|
| .. | ||
| utils | ||
| __init__.py | ||
| paraformer_bin.py | ||
| punc_bin.py | ||
| vad_bin.py | ||