You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window_size_samples parameter is fixed at 512.
Change to use the state variable instead of the existing h and c variables.
Slightly changed internal logic, now some context (part of previous chunk) is passed along with the current chunk.
Change the dimensions of the state variable from 64 to 128.
Replace ONNX file with V5 version
Other changes
Improve language detection when using clip_timestamps (SYSTRAN/faster-whisper#867)
Docker file improvements (SYSTRAN/faster-whisper#848)
Fix SYSTRAN/faster-whisper#839 incorrect clip_timestamps being used in model (SYSTRAN/faster-whisper#842)
The text was updated successfully, but these errors were encountered:
大佬您好,请问最近有更新计划么。faster whisper1.0.3了,vad版本重大升级了,效果应该提升不小。
Upgrade Silero-Vad model to latest V5 version (SYSTRAN/faster-whisper#884)
Silero-vad V5 release: https://github.com/snakers4/silero-vad/releases/tag/v5.0
window_size_samples parameter is fixed at 512.
Change to use the state variable instead of the existing h and c variables.
Slightly changed internal logic, now some context (part of previous chunk) is passed along with the current chunk.
Change the dimensions of the state variable from 64 to 128.
Replace ONNX file with V5 version
Other changes
Improve language detection when using clip_timestamps (SYSTRAN/faster-whisper#867)
Docker file improvements (SYSTRAN/faster-whisper#848)
Fix SYSTRAN/faster-whisper#839 incorrect clip_timestamps being used in model (SYSTRAN/faster-whisper#842)
The text was updated successfully, but these errors were encountered: