thewh1teagle / vibe

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

Bug:I thought this was a voice to text converter. Am I wrong? #83

Closed 0xAp57xN closed 1 month ago

0xAp57xN commented 1 month ago

What happened?

A bug happened! Nothing. I did see a message: a bug has occurred

Steps to reproduce

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

What OS are you seeing the problem on?

No response

Relevant log output

options: {
  "path": "C:\\Users\\Barbara\\OneDrive\\Documents\\dad\\BLOGs\\NOTES-SCRATCHPAD\\Vibe1.txt",
  "model_path": "C:\\Users\\Barbara\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium.bin",
  "lang": "en",
  "verbose": false,
  "n_threads": 4,
  "init_prompt": "",
  "temperature": 0.4,
  "translate": null
}

Caused by:
    audio file doesn't exist

Location:
    core\src\model.rs:25:9
App Version: 1.0.8
Commit Hash: 58d7da09915c34694ba0e8f9bcd4a7856d638ced
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\\Barbara\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium.bin"

CPU Features:
AVX: true
AVX2: true
AVX512: false
AVX512-VBMI: false
AVX512-VNNI: false
FMA: true
F16C: true
thewh1teagle commented 1 month ago

@0xAp57xN Thanks for reporting!

Just to clarify, Vibe is designed for transcribing audio files, not for converting text files to speech. So, unfortunately, you can't add text files as input. 😊