{
  "linux": [
    {
      "id": "ffmpeg",
      "filename": "ffmpeg",
      "description": "FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video.",
      "path": "linux/ffmpeg",
      "architecture": "x64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/ffmpeg",
      "dependencies": []
    },
    {
      "id": "ffmpeg",
      "filename": "ffmpeg-aarch64",
      "description": "FFmpeg for ARM64 architecture.",
      "path": "linux/ffmpeg-aarch64",
      "architecture": "arm64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/ffmpeg-aarch64",
      "dependencies": []
    },
    {
      "id": "ffprobe",
      "filename": "ffprobe",
      "description": "FFprobe is a simple multimedia stream analyzer.",
      "path": "linux/ffprobe",
      "architecture": "x64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/ffprobe",
      "dependencies": []
    },
    {
      "id": "ffprobe",
      "filename": "ffprobe-aarch64",
      "description": "FFprobe for ARM64 architecture.",
      "path": "linux/ffprobe-aarch64",
      "architecture": "arm64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/ffprobe-aarch64",
      "dependencies": []
    },
    {
      "id": "whisper",
      "filename": "whisper",
      "description": "Whisper is a tool for audio processing and transcription.",
      "path": "linux/whisper",
      "architecture": "x64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/whisper",
      "dependencies": [
        {
          "id": "whisper",
          "filename": "libggml.so",
          "description": "ggml library for x64 architecture.",
          "path": "linux/libggml.so",
          "architecture": "x64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/libggml.so"
        },
        {
          "id": "whisper",
          "filename": "libwhisper.so",
          "description": "Whisper library for x64 architecture.",
          "path": "linux/libwhisper.so",
          "architecture": "x64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/libwhisper.so"
        },
        {
          "id": "whisper",
          "filename": "libwhisper.so.1",
          "description": "Whisper library version 1 for x64 architecture.",
          "path": "linux/libwhisper.so.1",
          "architecture": "x64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/libwhisper.so.1"
        },
        {
          "id": "whisper",
          "filename": "libwhisper.so.1.6.2",
          "description": "Whisper library version 1.6.2 for x64 architecture.",
          "path": "linux/libwhisper.so.1.6.2",
          "architecture": "x64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/libwhisper.so.1.6.2"
        }
      ]
    },
    {
      "id": "whisper",
      "filename": "whisper-aarch64",
      "description": "Whisper for ARM64 architecture.",
      "path": "linux/whisper-aarch64",
      "architecture": "arm64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/whisper-aarch64",
      "dependencies": [
        {
          "id": "whisper",
          "filename": "libggml.so",
          "description": "ggml library for ARM64 architecture.",
          "path": "linux/libggml.so",
          "architecture": "arm64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/libggml.so"
        },
        {
          "id": "whisper",
          "filename": "libwhisper.so",
          "description": "Whisper library for ARM64 architecture.",
          "path": "linux/libwhisper.so",
          "architecture": "arm64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/libwhisper.so"
        },
        {
          "id": "whisper",
          "filename": "libwhisper.so.1",
          "description": "Whisper library version 1 for ARM64 architecture.",
          "path": "linux/libwhisper.so.1",
          "architecture": "arm64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/libwhisper.so.1"
        },
        {
          "id": "whisper",
          "filename": "libwhisper.so.1.6.2",
          "description": "Whisper library version 1.6.2 for ARM64 architecture.",
          "path": "linux/libwhisper.so.1.6.2",
          "architecture": "arm64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/libwhisper.so.1.6.2"
        }
      ]
    }
  ],
  "win32": [
    {
      "id": "ffmpeg",
      "filename": "ffmpeg.exe",
      "description": "FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video.",
      "path": "win32/ffmpeg.exe",
      "architecture": "x64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/ffmpeg.exe",
      "dependencies": []
    },
    {
      "id": "ffprobe",
      "filename": "ffprobe.exe",
      "description": "FFprobe is a simple multimedia stream analyzer.",
      "path": "win32/ffprobe.exe",
      "architecture": "x64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/ffprobe.exe",
      "dependencies": []
    },
    {
      "id": "whisper",
      "filename": "whisper.exe",
      "description": "Whisper is a tool for audio processing and transcription.",
      "path": "win32/whisper.exe",
      "architecture": "x64",
      "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/whisper.exe",
      "dependencies": [
        {
          "id": "whisper",
          "filename": "whisper.dll",
          "description": "Whisper dynamic link library for audio processing.",
          "path": "win32/whisper.dll",
          "architecture": "x64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/whisper.dll"
        },
        {
          "id": "whisper",
          "filename": "SDL2.dll",
          "description": "Simple DirectMedia Layer (SDL) library for handling multimedia, input, and windowing.",
          "path": "win32/SDL2.dll",
          "architecture": "x64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/SDL2.dll"
        },
        {
          "id": "whisper",
          "filename": "quantize.exe",
          "description": "Quantization tool for optimizing neural networks.",
          "path": "win32/quantize.exe",
          "architecture": "x64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/quantize.exe"
        },
        {
          "id": "whisper",
          "filename": "bench.exe",
          "description": "Benchmarking tool for performance testing.",
          "path": "win32/bench.exe",
          "architecture": "x64",
          "url": "https://github.com/rn0x/Audio2TextJS/releases/download/BIN_FILES/bench.exe"
        }
      ]
    }
  ]
}