- 08 Dec, 2023 1 commit
-
-
David Reid authored
Use `#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 26` if you need to support SDK version 26.
-
- 06 Dec, 2023 3 commits
-
-
xielock authored
-
David Reid authored
Define MA_AAUDIO_MIN_ANDROID_SDK_VERSION to specify the minimum required SDK version for enabling the AAudio backend.
-
David Reid authored
-
- 02 Dec, 2023 1 commit
-
-
David Reid authored
-
- 30 Nov, 2023 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/781
-
- 29 Nov, 2023 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
Audio Worklets do not work with --closure=1 because the callback used with emscripten_create_wasm_audio_worklet_processor_async never gets fired which means miniaudio will never be able to escape from it's busy wait loop. Public issue https://github.com/mackron/miniaudio/issues/778
-
David Reid authored
-
- 28 Nov, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/779
-
- 15 Nov, 2023 4 commits
-
-
David Reid authored
-
David Reid authored
-
Michael Labbé authored
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.
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/773
-
- 10 Nov, 2023 1 commit
-
-
David Reid authored
-
- 09 Nov, 2023 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/770
-
- 04 Nov, 2023 3 commits
-
-
David Reid authored
This also fixes a possible crash during initialization due to leaving a thread running after early termination of the initialization routine.
-
David Reid authored
-
David Reid authored
-
- 02 Nov, 2023 1 commit
-
-
cobyj33 authored
-
- 29 Oct, 2023 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/759
-
- 27 Oct, 2023 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 22 Oct, 2023 1 commit
-
-
a.borisov authored
occured -> occurred aquired -> acquired accomodate -> accommodate seperate -> separate etc.
-
- 21 Oct, 2023 5 commits
-
-
David Reid authored
When seeking, the seek does not immediately get applied to the data source. Instead it is delayed. This results in a situation where the sound can be seeked, but a small window will exist where querying the seek point will not be consistent with the previous seek request.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 18 Oct, 2023 1 commit
-
-
Marek Maškarinec authored
-
- 15 Oct, 2023 2 commits
-
-
Christian Alonso-Daubney authored
-
Christian Alonso-Daubney authored
-
- 14 Oct, 2023 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/750
-
- 21 Sep, 2023 2 commits
-
-
David Reid authored
-
my1e5 authored
-
- 11 Sep, 2023 2 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/732
-
David Reid authored
-