Add link to correct MSVC runtime to README in case it's missing

This commit is contained in:
Tabby Cromarty
2025-10-19 00:04:36 +01:00
parent 5398d62fb8
commit 0f1c445154

View File

@@ -67,7 +67,6 @@ Current Features:
- Partial transcriptions for a streaming-captions experience
- 100s of fine-tuned Whisper models for dozens of languages from HuggingFace
## Download
Check out the [latest releases](https://github.com/locaal-ai/obs-localvocal/releases) for downloads and install instructions.
@@ -85,6 +84,8 @@ LocalVocal is available in multiple versions to cater to different hardware conf
Make sure to download the version that matches your system's hardware and operating system for the best performance.
If using Windows and the plugin fails to load after installation, please ensure you have the [latest MSVC runtime](https://aka.ms/vs/17/release/vc_redist.x64.exe) installed, and that you are using the correct version (e.g. not using a CUDA version without an NVidia GPU and CUDA installed)
### Models
The plugin ships with the Tiny.en model, and will autonomously download other Whisper models through a dropdown.
There's also an option to select an external GGML Whisper model file if you have it on disk.