Package: carelesswhisper 0.1.1

carelesswhisper: Automatic Speech Recognition using Whisper.cpp
Wrapper for whisper.cpp to perform automatic speech recognition.
Authors:
carelesswhisper_0.1.1.tar.gz
carelesswhisper_0.1.1.zip(r-4.5)
carelesswhisper_0.1.1.tgz(r-4.5-x86_64)carelesswhisper_0.1.1.tgz(r-4.5-arm64)
carelesswhisper_0.1.1.tgz(r-4.5-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
carelesswhisper/json (API)
NEWS
| # Install 'carelesswhisper' in R: |
| install.packages('carelesswhisper', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/carelesswhisper/issues
Datasets:
- jfk - Audio sample for testing
Last updated from:958ae396d5. Checks:6 FAIL, 2 OK, 3 WARNING, 2 NOTE. Indexed: yes.
The latest version of this package failed to build. Look at thebuild logs for more information.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | FAIL | 119 | ||
| linux-devel-x86_64 | FAIL | 119 | ||
| source / vignettes | OK | 185 | ||
| linux-release-arm64 | WARNING | 125 | ||
| linux-release-x86_64 | WARNING | 124 | ||
| macos-release-arm64 | FAIL | 120 | ||
| macos-release-x86_64 | FAIL | 147 | ||
| macos-oldrel-arm64 | NOTE | 86 | ||
| macos-oldrel-x86_64 | NOTE | 271 | ||
| windows-devel | FAIL | 79 | ||
| windows-release | FAIL | 69 | ||
| windows-oldrel | WARNING | 231 | ||
| wasm-release | OK | 118 |
Exports:record_audiowhisperwhisper_default_paramswhisper_initwhisper_lang_codes
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Audio sample for testing | jfk |
| Record audio from the default input device | record_audio |
| Perform automatic speech recognition of the given sound sample | whisper |
| Fetch a copy of the default whisper parameters | whisper_default_params |
| Initialise whisper by loading a model | whisper_init |
| Named list of two-letter language codes to use as 'language' parameter | whisper_lang_codes |
