Skip to content

Releases: operator-kit/whisper-cpp-plus-rs

v0.1.4

23 Feb 20:45

Choose a tag to compare

Opdate org & repo urls, version bump, README updates

v0.1.3

10 Feb 16:36

Choose a tag to compare

Fix docs.rs build with complete stub bindings

  • docs.rs fix: Complete stub bindings with all required FFI functions
  • Fix type signatures to match high-level code expectations
  • Previous v0.1.2 had incomplete stubs causing docs.rs build failure

v0.1.2

10 Feb 14:37

Choose a tag to compare

macOS compilation fix and docs.rs support

  • macOS fix: Link ggml-blas static library (fixes compilation on macOS)
  • docs.rs fix: Generate stub bindings for network-isolated container build
  • Version bump across docs and examples

v0.1.1

10 Feb 14:36

Choose a tag to compare

Fix examples and update documentation

  • Fixed example paths and imports
  • Added PCM streaming example
  • Consolidated and improved examples
  • Updated version numbers in docs

v0.1.0

10 Feb 14:36

Choose a tag to compare

Initial release of whisper-cpp-plus

  • Safe Rust bindings for whisper.cpp
  • Real-time PCM streaming support
  • VAD (Voice Activity Detection) integration
  • Cross-platform: Windows, Linux, macOS