{
  "_id": "69fc56b515e4104bb12e324f",
  "Package": "audio.whisper",
  "Type": "Package",
  "Title": "Transcribe Audio Files using the \"Whisper\" Automatic Speech\nRecognition Model",
  "Version": "0.5.0",
  "Maintainer": "Jan Wijffels <jwijffels@bnosac.be>",
  "Authors@R": "c(\nperson('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = \"R wrapper\"),\nperson('David', 'Reid', role = c('ctb', 'cph'), comment = \"Files in src/dr_libs folder\"),\nperson('Georgi', 'Gerganov', role = c('ctb', 'cph'), comment = \"Files in src/whisper_cpp and files in inst folder\"),\nperson('BNOSAC', role = 'cph', comment = \"R wrapper\"))",
  "Description": "The \"Whisper\" models are trained for speech recognition\nand translation tasks, capable of transcribing speech audio\ninto the text in the language it is spoken (Automatic Speech\nRecognition) as well as translated into English (speech\ntranslation). The package is an \"Rcpp\" wrapper around the\nstandalone C++ implementation provided at\n<https://github.com/ggerganov/whisper.cpp>. There are 10\npretrained models available of different sizes and language\ncapabilities. \"Whisper\" is explained in the paper: 'Robust\nSpeech Recognition via Large-Scale Weak Supervision' by Radford\net al. (2022), available at <arXiv:2212.04356>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/bnosac/audio.whisper",
  "Encoding": "UTF-8",
  "SystemRequirements": "GNU make, CMake (>= 3.5)",
  "RoxygenNote": "7.3.3",
  "Remotes": [
    "bnosac/audio.vadwebrtc"
  ],
  "Config/pak/sysreqs": "cmake make",
  "Repository": "https://r-multiverse.r-universe.dev",
  "Date/Publication": "2026-01-07 22:30:56 UTC",
  "RemoteUrl": "https://github.com/bnosac/audio.whisper",
  "RemoteRef": "0.5.0",
  "RemoteSha": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-07 08:56:06 UTC",
    "User": "root"
  },
  "Author": "Jan Wijffels [aut, cre, cph] (R wrapper),\nDavid Reid [ctb, cph] (Files in src/dr_libs folder),\nGeorgi Gerganov [ctb, cph] (Files in src/whisper_cpp and files in inst\nfolder),\nBNOSAC [cph] (R wrapper)",
  "MD5sum": "3a31c8ad5290a06a9a43d8a0ac92ff96",
  "_user": "r-multiverse",
  "_type": "src",
  "_file": "audio.whisper_0.5.0.tar.gz",
  "_fileid": "4c277e4bd918de8e3fd56bb037f892cf159a400efddaeb60cc87ec729a805a0a",
  "_filesize": 66301742,
  "_sha256": "4c277e4bd918de8e3fd56bb037f892cf159a400efddaeb60cc87ec729a805a0a",
  "_created": "2026-05-07T08:56:06.000Z",
  "_published": "2026-05-07T09:09:09.407Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 74782207586,
      "time": 307,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6851032589"
    },
    {
      "job": 74782207560,
      "time": 334,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6851044303"
    },
    {
      "job": 74782207592,
      "time": 312,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6851034406"
    },
    {
      "job": 74782207580,
      "time": 322,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6851039916"
    },
    {
      "job": 74782207583,
      "time": 328,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6851044880"
    },
    {
      "job": 74782207588,
      "time": 492,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "6851103457"
    },
    {
      "job": 74782207553,
      "time": 309,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6851037702"
    },
    {
      "job": 74782207572,
      "time": 659,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "6851153726"
    },
    {
      "job": 74781602679,
      "time": 214,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6850922519"
    },
    {
      "job": 74782207556,
      "time": 200,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "6850996301"
    },
    {
      "job": 74782207574,
      "time": 513,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6851104313"
    },
    {
      "job": 74782207621,
      "time": 383,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6851059025"
    },
    {
      "job": 74782207562,
      "time": 524,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6851107547"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bnosac/audio.whisper",
  "_commit": {
    "id": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
    "author": "Jan Wijffels <jwijffels@bnosac.be>",
    "committer": "Jan Wijffels <jwijffels@bnosac.be>",
    "message": "README\n",
    "time": 1767825056
  },
  "_maintainer": {
    "name": "Jan Wijffels",
    "email": "jwijffels@bnosac.be",
    "login": "jwijffels",
    "uuid": 1710810
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.5",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "audio",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "version": ">= 1.12.4",
      "role": "Suggests"
    },
    {
      "package": "audio.vadwebrtc",
      "version": ">= 0.2.0",
      "role": "Suggests"
    }
  ],
  "_owner": "bnosac",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-02",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "0.5.0",
      "date": "2026-01-07"
    }
  ],
  "_stars": 137,
  "_contributors": [
    {
      "user": "jwijffels",
      "count": 263,
      "uuid": 1710810
    },
    {
      "user": "shikokuchuo",
      "count": 2,
      "uuid": 53399081
    },
    {
      "user": "jmgirard",
      "count": 1,
      "uuid": 6829033
    }
  ],
  "_userbio": {
    "uuid": 161461790,
    "type": "organization",
    "name": "R-multiverse",
    "description": "A community-curated collection of R package releases, powered by R-universe"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/audio.whisper"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/bnosac/audio.whisper",
  "_searchresults": 38,
  "_topics": [
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/audio.whisper.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "vad",
    "whisper",
    "whisper_benchmark",
    "whisper_download_model",
    "whisper_languages"
  ],
  "_help": [
    {
      "page": "predict.whisper",
      "title": "Transcribe audio files using a Whisper model",
      "topics": [
        "predict.whisper"
      ]
    },
    {
      "page": "predict.whisper_transcription",
      "title": "Predict to which channel a transcription section belongs",
      "topics": [
        "predict.whisper_transcription"
      ]
    },
    {
      "page": "vad",
      "title": "Voice Activity Detection using Silero",
      "topics": [
        "vad"
      ]
    },
    {
      "page": "whisper",
      "title": "Automatic Speech Recognition using Whisper",
      "topics": [
        "whisper"
      ]
    },
    {
      "page": "whisper_benchmark",
      "title": "Benchmark a Whisper model",
      "topics": [
        "whisper_benchmark"
      ]
    },
    {
      "page": "whisper_download_model",
      "title": "Download a pretrained Whisper model",
      "topics": [
        "whisper_download_model"
      ]
    },
    {
      "page": "whisper_languages",
      "title": "Get the language capabilities of Whisper",
      "topics": [
        "whisper_languages"
      ]
    }
  ],
  "_readme": "https://github.com/bnosac/audio.whisper/raw/0.5.0/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 4.716504163773217,
  "_indexed": false,
  "_nocasepkg": "audio.whisper",
  "_universes": [
    "r-multiverse"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-07T08:59:49.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "21eb33e64b0977328c6e27146a01617e595e0920a38c02af99e646e138fbd6a2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-07T09:00:06.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "e28c68a50c08309a9cd9a876a3be7a69e99d3a686badeed4dfea69da6ce4dd24",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-07T08:59:51.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "8a079a45854951494e0b2e988dcbd13df6470064775f5a6cb0f7953afa872d84",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-07T09:00:03.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "a4908e7df368ffb375d0fc32e126cb6066f38fbbc657e90ac19f0aa12b9b4c50",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-07T09:00:32.000Z",
      "arch": "aarch64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "d4817025abb8a2ce18cb30f05c06a030d290df2f73401a8c55df401dba267ea4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-07T09:01:13.000Z",
      "arch": "x86_64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "d9546d85fb10db4c88878fbda4f1d087f6a9530adb5cbab901c5b990385bc46c",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-07T09:00:14.000Z",
      "arch": "aarch64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "9893918542231c64248dff4ebd40016eee755a3b6e4379a3dd02f2dc66564eeb",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-07T09:02:24.000Z",
      "arch": "x86_64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "7c4dbacd320a354a4ed32a86a8492adaac983834c0132b1cd0254921507a1b20",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-05-07T09:00:31.000Z",
      "arch": "emscripten",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "a72c359f08acd50a0c7b0840b37cd6324b90e91f6a1d97ada8d1d36611cf2f92",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-07T09:00:40.000Z",
      "arch": "x86_64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "8f2ea7d4f8858b4a02071255430c155a00e61fc2d851aff926d81cab850cbb78",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-07T09:00:01.000Z",
      "arch": "x86_64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "57e3e9e9e2e0d4168638b76a305ef0175987912b1a1302f538caa03fa3284205",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-07T09:02:17.000Z",
      "arch": "x86_64",
      "commit": "03904914c7dd3b35b15719a6b4901635dedcdbb9",
      "fileid": "b67fa6ffc46ea631a1948f91979556a0364e615d7459b2489c31e774cb994edd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/25485970912"
    }
  ]
}