thewh1teagle / vibe

Transcribe on your own!
https://thewh1teagle.github.io/vibe/
MIT License
430 stars 28 forks source link

Bug: the "record" tab is not working #109

Closed Aturion31 closed 1 week ago

Aturion31 commented 3 weeks ago

What happened?

Hi everyone

The vibe app works fine when transcribing a file, but when I try to use it "live" by hitting the "start record" button it doesn't work at all and the little circle keeps turning and turning

I tried with 2 different PC (windows 10) and 2 different microphones, same result

Any hint ?

Thanks

Steps to reproduce

  1. step one...
  2. step two...

What OS are you seeing the problem on?

Window

Relevant log output

App Version: 2.0.2
Commit Hash: ecc6bf526ac38f1d614f0c8db105acdc8ca579ad
Arch: x86_64
Platform: windows
Kernel Version: 10.0.19045
OS: windows
OS Version: 10.0.19045
Models: ggml-medium.bin
Default Model: "C:\\Users\\Mohammed\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium.bin"

{
    "avx": {
        "enabled": true,
        "support": true
    },
    "avx2": {
        "enabled": true,
        "support": true
    },
    "f16c": {
        "enabled": true,
        "support": true
    },
    "fma": {
        "enabled": true,
        "support": true
    }
}
thewh1teagle commented 3 weeks ago

@Aturion31

Thanks for reporting! Can you start vibe from cmd.exe with the logging enabled

  1. open cmd.exe
  2. Execute
set RUST_LOG=debug
%localappdata%\vibe\vibe.exe

Additionally, in the record window, when the error happens, right click and choose Inspect element, navigate to console tab and see if there's any error.