{
    "version": "1.8.4",
    "description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model",
    "homepage": "https://github.com/ggml-org/whisper.cpp",
    "license": "MIT",
    "notes": [
        "Whisper Model files are not included. You can download them here:",
        "https://huggingface.co/ggerganov/whisper.cpp/tree/main"
    ],
    "bin": [
        "whisper-bench.exe",
        "whisper-cli.exe",
        "whisper-command.exe",
        "whisper-lsp.exe",
        "whisper-quantize.exe",
        "whisper-server.exe",
        "whisper-stream.exe",
        "whisper-talk-llama.exe",
        "whisper-vad-speech-segments.exe"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/ggml-org/whisper.cpp/releases/download/v1.8.4/whisper-bin-x64.zip",
            "hash": "74f973345cb52ef5ba3ec9e7e7af8e48cc8c71722d1528603b80588a11f82e3e"
        },
        "32bit": {
            "url": "https://github.com/ggml-org/whisper.cpp/releases/download/v1.8.4/whisper-bin-Win32.zip",
            "hash": "892596da56c8762bd8a7592d5f42569943985cbd9c7fbad11c679f783f119bab"
        }
    },
    "extract_dir": "Release",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ggml-org/whisper.cpp/releases/download/v$version/whisper-bin-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/ggml-org/whisper.cpp/releases/download/v$version/whisper-bin-Win32.zip"
            }
        }
    }
}
