You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade whisper.cpp from v1.7.2 fork to upstream v1.8.4
Switch from dharmab/whisper.cpp fork (v1.7.2-windows-fix) to upstream
ggml-org/whisper.cpp v1.8.4. The Windows build fix from the fork is now
in upstream.
- Replace Make-based build with CMake
- Update LIBRARY_PATH for new cmake output layout (split ggml libraries)
- Add CGO_LDFLAGS=-fopenmp on macOS for ggml-cpu OpenMP linkage
- Pass CMAKE_C_COMPILER/CMAKE_CXX_COMPILER on macOS for Homebrew LLVM
- Add cmake to all platform dependency install targets and CI
- Update Go module to v1.8.4 bindings
- Adapt Process() call for new 4-argument signature (added EncoderBeginCallback)
Benchmarked on M4 MacBook Air: small model 0.26-0.46s (baseline 0.35-0.5s),
medium model 0.86-1.07s (baseline 1.1-1.5s) — ~20-30% faster on medium.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments