Unclaimed project
Are you a maintainer of whisper.cpp? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Back to changelogNew
v1.8.3
Overview
Maintenance release, latest ggml, minor improvements in the tools/server/bindings.
What's Changed
- server : set no_context == true by @ggerganov in https://github.com/ggml-org/whisper.cpp/pull/3482
- WASM example broken for Hebrew by @Orel-A in https://github.com/ggml-org/whisper.cpp/pull/3487
- ruby : tiny bug fix by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3490
- 12x Performance Boost with Integrated Graphics by @OrelSokolov in https://github.com/ggml-org/whisper.cpp/pull/3492
- ruby : VAD separately from ASR by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3518
- vad : Silero VAD v6.2.0 by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3524
- need to #include to compile on macos 11 by @smilingpoplar in https://github.com/ggml-org/whisper.cpp/pull/3533
- Add verified device of Ascend NPU by @lrisguan in https://github.com/ggml-org/whisper.cpp/pull/3516
- examples : fix typo in vad-speech-segments command [no ci] by @danbev in https://github.com/ggml-org/whisper.cpp/pull/3535
- tests : update VAD tests to use Silero V6.2.0 by @danbev in https://github.com/ggml-org/whisper.cpp/pull/3534
vad : fix buffer overflow in sample reduction loop by @josephsellers in https://github.com/ggml-org/whisper.cpp/pull/3558Allow NextSegment() to be called across multiple Process() calls in the Go binding by @joshmux in https://github.com/ggml-org/whisper.cpp/pull/3503Enable VAD for Go bindings by @joshmux in https://github.com/ggml-org/whisper.cpp/pull/3563server: allow custom temp directory for ffmpeg by @socram8888 in https://github.com/ggml-org/whisper.cpp/pull/3564Fix FreeBSD linker error: undefined reference to pthread_create by @rsmirnov90 in https://github.com/ggml-org/whisper.cpp/pull/3568ruby : add Whisper::Token, fix model URI by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3575ruby : fix segmentation fault by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3591cmake: fix executable example targets by @ink-splatters in https://github.com/ggml-org/whisper.cpp/pull/3600New Contributors
- @Orel-A made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3487
- @OrelSokolov made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3492
- @smilingpoplar made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3533
- @lrisguan made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3516
- @josephsellers made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3558
- @joshmux made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3503
- @socram8888 made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3564
- @rsmirnov90 made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3568
- @ink-splatters made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3600
Full Changelog: https://github.com/ggml-org/whisper.cpp/compare/v1.8.2...v1.8.3