thewh1teagle / vibe

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

Bug: Batch File Exports as .JSON, but in Text format #128

Closed DArlund closed 3 months ago

DArlund commented 3 months ago

What happened?

I downloaded Vibe for the first time today, and was running some longer (20-30 minute Audio) batch files and noticed that even if I selected JSON as the output, the contents of the files were just text, even though they had the .JSON extension.

Steps to reproduce

  1. Select multiple files to Transcribe
  2. Change Format to JSON
  3. Run
  4. Open the JSON files in Notepad, and see that there's no JSON formatting, just the plain text.

What OS are you seeing the problem on?

Window

Relevant log output

App Version: 2.0.3
Commit Hash: 370d1ce20e8a69668c76fe44a51f5b71237d69e8
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\\David\\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 months ago

Fixed in latest version, you can update in vibe directly. Thanks!