Skip to content

0.2.9

Choose a tag to compare

@QuentinFuxa QuentinFuxa released this 11 Sep 19:53
· 143 commits to main since this release

New Features

  • [BETA] Live translation using NLLB - use --target-language argument. /!\ Can slow down transcription speed on CPU only devices. Improvements to come.
  • Added --disable-punctuation-split argument (useful for languages like Korean)
  • Added support for raw PCM input using --pcm-input option

Bug Fixes

  • Fixed issue preventing faster whisper encoder from running on GPUs with CUDA for simulstreaming
  • Fixed exponentially growing simulstreaming silence timer
  • Fixed CUDA issue when using diarization with sortformer backend
  • Fixed scrolling UX with sticky header controls
  • Fixed simulstreaming --preload-model-count argument in CLI
  • Fixed FFmpeg read timeout that frequently appeared after tasks ended

Thank you to all contributors and people who reported issues and provided feedback.