Skip to content

cli: update miniaudio library to 0.11.24#3672

Merged
danbev merged 1 commit into
ggml-org:masterfrom
data-man:miniaudio_0_11_24
Feb 27, 2026
Merged

cli: update miniaudio library to 0.11.24#3672
danbev merged 1 commit into
ggml-org:masterfrom
data-man:miniaudio_0_11_24

Conversation

@data-man
Copy link
Copy Markdown
Contributor

https://github.com/mackron/miniaudio/releases/tag/0.11.24.

v0.11.24 - 2026-01-17

  • Fixed a possible glitch when processing the audio of a ma_sound when doing resampling.
  • Fixed a possible crash in the node graph relating to scheduled starts and stops.
  • Fixed a bug where MA_NO_DECODING would disable the WAV encoder.
  • Fixed a pthread compatibility issue, particularly with Android.
  • Fixed a possible crash in the resource manager.
  • Fixed a possible double-uninit error when a decoder fails to initialize.
  • Fixed a compilation error with the MSVC Aarch64 build.
  • Addressed a few errors found through static analysis, particularly around possible null pointer dereferences.
  • ma_sound_is_playing() will now correctly return false when called from inside the end callback of a sound.
  • Miscellaneous compiler compatibility and warning fixes.
  • PulseAudio: Fix a resource leak when a context fails to connect.
  • Web: Fixed an error when uninitializing a context.

Copy link
Copy Markdown
Member

@danbev danbev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've compiled locally and run whisper-cli successfully.

Integrity Hashes

Upstream (Remote):

$ curl -sL https://raw.githubusercontent.com/mackron/miniaudio/refs/heads/master/miniaudio.h | sha256sum
c029554572ae71a94b7825ef1ab9bd7e646344a79e2e852a03f8b18e428c1443  -

Local (PR):

$ sha256sum examples/miniaudio.h
c029554572ae71a94b7825ef1ab9bd7e646344a79e2e852a03f8b18e428c1443  examples/miniaudio.h

@danbev danbev merged commit cec1dd9 into ggml-org:master Feb 27, 2026
125 of 128 checks passed
@data-man data-man deleted the miniaudio_0_11_24 branch February 27, 2026 10:22
thewh1teagle pushed a commit to thewh1teagle/whisper.cpp that referenced this pull request Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants