What's Changed
- feat: Add Voice Activity Detection (VAD) support by @absadiki in #155
- fix issue 158 off by one in auto_detect_language and lang_max_id docs by @scottmonster in #159
- add utils.resolve_model_path to resolve model path before trying to d… by @scottmonster in #161
- Fix 162 by @scottmonster in #164
- update whisper.cpp to v1.8.4 and use new whisper_init_*_with_params f… by @scottmonster in #165
- add type support for model.py by @scottmonster in #166
- Whispercpp v1.8.4 api by @scottmonster in #168
- Dont expose extract_probability as C API parameter by @RomanValov in #169
New Contributors
- @scottmonster made their first contribution in #159
- @RomanValov made their first contribution in #169
Full Changelog: v1.4.1...v1.5.0