New
faster-whisper 1.1.1
What's Changed
- Brings back original VAD parameters naming by @Purfview in https://github.com/SYSTRAN/faster-whisper/pull/1181
- Make batched
suppress_tokensbehaviour same as in sequential by @Purfview in https://github.com/SYSTRAN/faster-whisper/pull/1194 - Fixes OOM Errors - too high RAM usage by VAD by @Purfview in https://github.com/SYSTRAN/faster-whisper/pull/1198
- Add duration of audio and VAD removed duration to
BatchedInferencePipelineby @greenw0lf in https://github.com/SYSTRAN/faster-whisper/pull/1186 - Fix
neg_thresholdby @Purfview in https://github.com/SYSTRAN/faster-whisper/pull/1191
New Contributors
- @greenw0lf made their first contribution in https://github.com/SYSTRAN/faster-whisper/pull/1186
Full Changelog: https://github.com/SYSTRAN/faster-whisper/compare/v1.1.0...v1.1.1