# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "whisper" in publications use:' type: software license: MIT title: 'whisper: Native R ''torch'' Implementation of ''OpenAI'' ''Whisper''' version: 0.3.0 doi: 10.32614/CRAN.package.whisper abstract: 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. authors: - family-names: Hernandez given-names: Troy email: troy@cornball.ai orcid: https://orcid.org/0009-0005-4248-604X repository: https://cornball-ai.r-universe.dev repository-code: https://github.com/cornball-ai/whisper commit: 1a34db6b99ba8e7570334ae2e7dd1dcfa2f7115c url: https://github.com/cornball-ai/whisper date-released: '2026-03-19' contact: - family-names: Hernandez given-names: Troy email: troy@cornball.ai orcid: https://orcid.org/0009-0005-4248-604X