Package: audio.whisper 0.4.1

Jan Wijffels

audio.whisper: Transcribe Audio Files using the "Whisper" Automatic Speech Recognition Model

The "Whisper" models are trained for speech recognition and translation tasks, capable of transcribing speech audio into the text in the language it is spoken (Automatic Speech Recognition) as well as translated into English (speech translation). The package is an "Rcpp" wrapper around the standalone C++ implementation provided at <https://github.com/ggerganov/whisper.cpp>. There are 10 pretrained models available of different sizes and language capabilities. "Whisper" is explained in the paper: 'Robust Speech Recognition via Large-Scale Weak Supervision' by Radford et al. (2022), available at <arxiv:2212.04356>.

Authors:Jan Wijffels [aut, cre, cph], David Reid [ctb, cph], Georgi Gerganov [ctb, cph], BNOSAC [cph]

audio.whisper_0.4.1.tar.gz
audio.whisper_0.4.1.zip(r-4.6)audio.whisper_0.4.1.zip(r-4.5)audio.whisper_0.4.1.zip(r-4.4)
audio.whisper_0.4.1.tgz(r-4.5-x86_64)audio.whisper_0.4.1.tgz(r-4.5-arm64)audio.whisper_0.4.1.tgz(r-4.4-x86_64)audio.whisper_0.4.1.tgz(r-4.4-arm64)
audio.whisper_0.4.1.tar.gz(r-4.6-arm64)audio.whisper_0.4.1.tar.gz(r-4.6-x86_64)audio.whisper_0.4.1.tar.gz(r-4.5-arm64)audio.whisper_0.4.1.tar.gz(r-4.5-x86_64)
audio.whisper_0.4.1.tgz(r-4.5-emscripten)audio.whisper_0.4.1.tgz(r-4.4-emscripten)
audio.whisper.pdf |audio.whisper.html
audio.whisper/json (API)
NEWS

# Install 'audio.whisper' in R:
install.packages('audio.whisper', repos = c('https://test.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/bnosac/audio.whisper/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

4.61 score 124 stars 33 scripts 1 mentions 4 exports 1 dependencies

Last updated 1 years ago from:4b5c6a288c (on 0.4.1). Checks:11 WARNING, 3 OK. Indexed: no.

TargetResultTotal time
linux-devel-arm64WARNING304
linux-devel-x86_64WARNING284
source / vignettesOK213
linux-release-arm64WARNING296
linux-release-x86_64WARNING285
macos-release-arm64WARNING206
macos-release-x86_64WARNING327
macos-oldrel-arm64WARNING187
macos-oldrel-x86_64WARNING365
windows-develWARNING343
windows-releaseWARNING345
windows-oldrelWARNING343
wasm-releaseOK159
wasm-oldrelOK165

Exports:whisperwhisper_benchmarkwhisper_download_modelwhisper_languages

Dependencies:Rcpp