LocalVocal: Local Live Captions & Translation On-the-Go

LocalVocal: Local Live Captions & Translation On-the-Go v0.3.1

Big release! Many improvements, solving a lot of bugs and introducing far better performance.
In points:
  • VAD based segmentation - no more "3 seconds segments"! when speech is detected the transcription kicks in
  • Incremental output: The captions will appear continuously as you speak, a live transcription effect
  • Bumping the version of whisper.cpp
  • Many more options for real-time translation
  • A lot of bug fixing...
Download
Introducing: CUDA for Windows!
Now compiling Whisper.cpp vs. CUDA 11 and 12 for GPU accelerated runtime on Windows, which can result in ~x5-x10 faster inference.
With GPU acceleration you can now go for bigger models like Medium and still have very fast transcription with incredible accuracy in many languages.

Also introducing MacOS Apple Silicon optimizations for M1/M2/M3 processors, which results in performance bumps and utilizes your hardware better.

Enjoy!

Download:
  • Like
Reactions: BenAndo

What's Changed​

  • Update Whisper.cpp version by @royshil in #72
  • Variable buffer size options by @royshil in #66
  • Fix Max Channels, Update macOS brew command and fix compiler warnings by @royshil in #75
Download
  • Like
Reactions: OpenFields
In this release:

  • Bump Whisper.cpp - more CPU performance gains (~5-10% improvement)
  • Adding an option to not truncate the output text file
Download:
In this release:
  • Bump Whisper.cpp for another ~10% gains in speed / processing
  • Add "Simple Mode" for settings so people don't run away screaming :D
  • Internal shuffling that results in a more robust plugin, less crashy
Enjoy!

Download links:
  • Like
Reactions: OpenFields
This release bumps Whisper.cpp to a version that brings ~25% gains in performance (!), and also fixing the notorious "remove filter crash" bug.
Let me know if you experience any issues!

If you'd like to support my work consider Patreon or GitHub Sponsors, a ⭐ on the repo would be greatly appreciated and a rating on the OBS forum

What's Changed​

Full Changelog: 0.0.6...0.0.7
Top