Package: whisper Title: Native R 'torch' Implementation of 'OpenAI' 'Whisper' Version: 0.4.0 Date: 2026-06-19 Authors@R: c( person("Troy", "Hernandez", role = c("aut", "cre"), email = "troy@cornball.ai", comment = c(ORCID = "0009-0005-4248-604X")), person("cornball.ai", role = "cph"), person("OpenAI", role = "cph", comment = "Whisper model architecture and mel filterbank data (MIT license)") ) Description: Speech-to-text transcription using a native R 'torch' implementation of 'OpenAI' 'Whisper' model . Supports multiple model sizes from tiny (39M parameters) to large-v3 (1.5B parameters) with integrated download from 'HuggingFace' via the 'hfhub' package. Provides automatic speech recognition with optional language detection and translation to English. Audio preprocessing, mel spectrogram computation, and transformer-based encoder-decoder inference are all implemented in R using the 'torch' package. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/cornball-ai/whisper BugReports: https://github.com/cornball-ai/whisper/issues Imports: torch (>= 0.17.0), av, jsonlite, hfhub, safetensors, stats, utils Suggests: tinytest Config/pak/sysreqs: cmake make libavfilter-dev libuv1-dev libssl-dev Repository: https://cornball-ai.r-universe.dev Date/Publication: 2026-06-20 01:39:00 UTC RemoteUrl: https://github.com/cornball-ai/whisper RemoteRef: HEAD RemoteSha: 880c4bb5410815c8dba04161987445b905973f4c NeedsCompilation: no Packaged: 2026-07-20 05:44:50 UTC; root Author: Troy Hernandez [aut, cre] (ORCID: ), cornball.ai [cph], OpenAI [cph] (Whisper model architecture and mel filterbank data (MIT license)) Maintainer: Troy Hernandez