whisper.cpp-1.8.4
automatic speech recognition (openai whisper model)
Back to search · Project homepage
Description
High-performance inference of OpenAI's Whisper automatic speech
recognition (ASR) model. Features include:
- Plain C/C++ implementation depending only on GGML
- AVX intrinsics support for amd64
- VSX intrinsics support for POWER architectures
- Mixed F16 / F32 precision
- Integer quantization support
- Zero memory allocations at runtime
- Vulkan support
- Support for CPU-only inference
- C-style API
- Voice Activity Detection (VAD)
Package information
- Ports path
- audio/whisper.cpp
- Package architecture
- amd64
- Maintainer
- The OpenBSD ports mailing-list <ports@openbsd.org>
- Categories
- audio
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, alpha, hppa, sparc64
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Library
Build
- devel/cmake/core STEM->=4
- devel/ninja
- devel/dwz