Maintenance release to fix compatibility with OBS v32
This is not an indication that development is resuming on this plugin
Changes ported over from https://github.com/royshil/obs-localvocal, so they come with bonus acceleration improvements too
Note: AMD variants seem to be currently not working when using hipblas, and MacOS releases may have an issue with Metal on some systems
What's Changed
Fix OBS 32 compatibility and improve acceleration by @Tabby in #34
Replace use of circlebuf with deque (renamed in OBS)
Update Whispercpp to v1.8.2
Update ONNX runtime to v1.20.1
Acceleration improvements for Linux and Windows
generic variants - Add Vulkan and OpenBLAS support (and OpenCL on Linux)
nvidia variants - Same as generic but also with CUDA support (and using CUDA OpenCL library on Linux)
amd variants - Same as generic but also with ROCm support via hipblas
Dynamic whisper backend loading to make maximum use of available CPU features and to support older CPUs
GPU selection options to choose backend to use (defaults to CPU only)
Bumping Whisper.cpp version and resolving a critical bug.
Fixing the adaptive buffer to allow any system (even without CUDA) and any model selection (even big ones) to still hit the words and blank them out in real-time.
Complete overhaul! It's like a new plugin - lean and mean
Reworked the architecture, made it more robust and accurate
Ability to determine the "replace sound" even with external files - makes for really fun and funny effects!
I'm reviving this plugin. Please help me test it!
This release should bump the quality and stability by a whole lot. But it still needs work.
If you have any questions or problems, please reach out to me https://discord.gg/BaKh7qv7xH
I've added the ability to transcribe in almost 100 languages tracking the language support from github.com/ggerganov/whisper.cpp
Also added a model-downloading UI so the plugin is small but any models can be pulled from the internet on-the-fly and used. Adding the bigger models too (base and small).
Enjoy! and give feedback if you can...
What's Changed
Add model selection, downloader and language by @royshil in #8
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.