- 17 Feb, 2025 9 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
Andrew Opalach authored
-
Andrew Opalach authored
-
- 16 Feb, 2025 7 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/942
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This is in preparation for splitting miniaudio into a split .c/h pair, away from a single header. `MINIAUDIO_IMPLEMENTATION` is still supported, but will be removed in version 0.12 and should be considered deprecated. It's recommended to start the transition to the new .c file.
-
- 13 Feb, 2025 5 commits
-
-
David Reid authored
-
znakeeye authored
Revert "Fix for NDK issue 360. dlclose() skipped pre-API 28. This fixes weird crashes during uninit." This reverts commit 14f698fcf289261946aefd0000dc5989062cf423.
-
znakeeye authored
-
znakeeye authored
-
znakeeye authored
-
- 08 Feb, 2025 1 commit
-
-
znakeeye authored
-
- 22 Jan, 2025 6 commits
-
-
HeroesOfBalkan authored
-
HeroesOfBalkan authored
-
HeroesOfBalkan authored
-
HeroesOfBalkan authored
-
HeroesOfBalkan authored
-
HeroesOfBalkan authored
-
- 21 Jan, 2025 1 commit
-
-
David Reid authored
-
- 18 Jan, 2025 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 17 Jan, 2025 1 commit
-
-
David Reid authored
-
- 11 Jan, 2025 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
The data source implementation of a ma_pcm_rb could possibly return a frame count of 0 which would in turn result in ma_data_source_read_pcm_frames() returning MA_AT_END which does not make sense for a ring buffer since it has no notion of an end.
-
David Reid authored
There is no notion of an "end" in a ring buffer. Also, this result is returned when the operation completed successfully which makes a result code other than MA_SUCCESS confusing.
-