-
-
Notifications
You must be signed in to change notification settings - Fork 71
Whisper
VRCWizard edited this page Apr 1, 2023
·
18 revisions
Implementation using WhisperNet a C# wrapper for whisper.cpp
- To get started using Whisper Download one of the models below or from the official whisper.cpp model list
- Keep in mind that this implementation of Whisper uses your GPU.
- The medium model may cause stuttering in a GPU intensive game like VRChat while in VR.
Recommended Model Download | Size | Memory |
---|---|---|
ggml-medium.bin | 1.5 GB | ~2.6 GB |
ggml-small.bin | 466 MB | ~1.0 GB |
ggml-base.bin | 142 MB | ~500 MB |
ggml-tiny.bin | 75 MB | ~390 MB |
- Add the model to Speech Provider > Local > Whisper.cpp Model (BIN file)
- Noises that the Whisper AI recognizes are filtered out by default. It can recognize music, keyboard and mouse clicks etc.