~pajlada/+git/miniaudio:master

Last commit made on 2023-11-15
Get this branch:
git clone -b master https://git.launchpad.net/~pajlada/+git/miniaudio

Branch merges

Branch information

Name:
master
Repository:
lp:~pajlada/+git/miniaudio

Recent commits

4a5b74b... by David Reid <email address hidden>

Version 0.11.21

c77d40b... by David Reid <email address hidden>

Core Audio: Fix a -Wshadow warning.

8fcf688... by =?utf-8?q?Michael_Labb=C3=A9?= <email address hidden>

Add new ma_device_notification_type_unlocked notification

Unlocked notification fires on emscripten upon successful resume of
audio context attached to a device. This occurs only once per device
and it happens after the browser has received the input event
necessary to begin playing audio on most webpages. This is due
to autoplay rules.

It is recommended to wait until this event is fired to start a
'main game loop' on the web.

f9ce463... by David Reid <email address hidden>

Web: Fix an error where the buffer size is incorrectly calculated.

Public issue https://github.com/mackron/miniaudio/issues/773

3b50a85... by David Reid <email address hidden>

Version 0.11.20

da0572e... by David Reid <email address hidden>

Fix a compilation error with iOS.

Public issue https://github.com/mackron/miniaudio/issues/770

eb0ce6f... by David Reid <email address hidden>

Fix an error when dynamically linking when forcing the UWP build.

This also fixes a possible crash during initialization due to leaving a
thread running after early termination of the initialization routine.

b19cc09... by David Reid <email address hidden>

Version 0.11.19

863565a... by David Reid <email address hidden>

Update dr_libs.

ef0f2e5... by cobyj33 <email address hidden>

Fix ma_device_config.noClip docs