occ-ai / obs-localvocal

OBS plugin for local speech recognition and captioning using AI
https://obsproject.com/forum/resources/localvocal-live-stream-ai-assistant.1769/
GNU General Public License v2.0
359 stars 28 forks source link

Unable to load whisperer ggml-tiny.en.bin in ubuntu 22.04 #69

Closed Idimmusix closed 1 month ago

Idimmusix commented 4 months ago

Hi, OBS crashes whenever I try to add LocalVocal to my audio input. I have tried creating a new audio input from sources and also using the audio input from the default Audio Mixer section, same issue.

Is there something I'm missing?

Steps to reproduce the error.

While trouble-shooting initially, I removed the ggml-tiny.en.bin from the /usr/share/obs/obs-plugins/obs-localvocal/models/ directory, when I tried again, it downloaded a new one to the ~/.config/obs-studio/plugin_config/obs-localvocal/models/ but still crashed after download

Here's the report.

11:21:30.968: [obs-localvocal] Checking if model models/ggml-tiny.en.bin exists in data...
11:21:30.968: [obs-localvocal] Model models/ggml-tiny.en.bin not found in data.
11:21:30.968: [obs-localvocal] Model path in config: /home/idimma/.config/obs-studio/plugin_config/obs-localvocal/models/ggml-tiny.en.bin
11:21:30.968: [obs-localvocal] Model exists in config folder: /home/idimma/.config/obs-studio/plugin_config/obs-localvocal/models/ggml-tiny.en.bin
11:21:30.968: [obs-localvocal] Loading whisper model from /home/idimma/.config/obs-studio/plugin_config/obs-localvocal/models/ggml-tiny.en.bin

You can view the full file here obs-crash-report.txt

royshil commented 2 months ago

should be fixed by #94

royshil commented 1 month ago

stale