v0.8.0
What's Changed
- make setup.sh to work on macos by @adamsz-lume in #379
- Add hi transcription video; add blog post section by @makaveli10 in #381
- Auto convert hf custom whisper to ct2(faster-whisper) by @makaveli10 in #378
- Add iOS client for WhisperLive (Audio-Transcription-iOS) by @ParkMazorika in #382
- Add srt download opt browser ext by @makaveli10 in #385
- issue 371 by @klonikar in #384
- Change max_clients max_connection_time from server only by @makaveli10 in #387
- Integrate live translation by @makaveli10 in #391
- fix(run_server.py): help text for max_connection_time argument by @locnnil in #397
- feat: support HuggingFace model IDs for faster_whisper_custom_model_path by @makaveli10 in #412
- Add support for new REST API matching OpenAI transcription API by @boxerab in #414
- README.md: add instructions for running client by @JenySadadia in #415
- Enable timestamps for transcripted text by @JenySadadia in #418
- feat: update to support faster whisper 1.2.0 by @AlexStansfield in #398
- Bump openai-whisper version to 20250625 by @makaveli10 in #419
- Add cross-client GPU batch inference for faster_whisper backend by @ianwh02 in #422
- Fix NoneType crash in _process_single when VAD filters all audio by @ianwh02 in #427
- feat: make display_segments configurable in Client/TranscriptionClient by @nightcityblade in #425
- Expose version in package root and update dependencies in setup.py by @makaveli10 in #429
- Fix crash when no --files provided; use microphone input instead by @makaveli10 in #430
New Contributors
- @adamsz-lume made their first contribution in #379
- @ParkMazorika made their first contribution in #382
- @klonikar made their first contribution in #384
- @locnnil made their first contribution in #397
- @boxerab made their first contribution in #414
- @JenySadadia made their first contribution in #415
- @AlexStansfield made their first contribution in #398
- @ianwh02 made their first contribution in #422
- @nightcityblade made their first contribution in #425
Full Changelog: v0.7.1...v0.8.0