- 17 Nov, 2021 4 commits
-
-
David Reid authored
-
David Reid authored
Fixed compiling for iOS 11.x and earlier
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/363
-
- 16 Nov, 2021 1 commit
-
-
iarwain authored
-
- 14 Nov, 2021 14 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
It looks like IOID will be null when both modes are supported. Public issue https://github.com/mackron/miniaudio/issues/365
-
David Reid authored
-
David Reid authored
-
David Reid authored
Fix use of uninitialized variables
-
David Reid authored
-
David Reid authored
Fixed compilation warnings & errors on iOS
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This applies for resource manager data source and sounds.
-
David Reid authored
This addresses an issue where data streams can have a delay between loop points due to it's asynchronous loading mechanism. With this change, streams should now have a clean loop transition.
-
David Reid authored
-
- 11 Nov, 2021 1 commit
-
-
iarwain authored
-
- 10 Nov, 2021 5 commits
- 09 Nov, 2021 1 commit
-
-
Charles Steinkuehler authored
When shutting down, the resultALSA variable can be used when uninitialized in the ma_device_read__alsa and ma_device_write__alsa routines. This has been verified by both gcc warnings and in application code (we were occasionally seeing segfaults when our callback routine was being passed a crazy large value for the number of frames read when shutting down). Signed-off-by:Charles Steinkuehler <charles@steinkuehler.net>
-
- 13 Oct, 2021 1 commit
-
-
David Reid authored
-
- 12 Oct, 2021 1 commit
-
-
David Reid authored
This is used for giving the data source a hint as to whether or not it'll be used in a looping situations. It's required for some data sources which need to know about it's looping state for caching or whatnot.
-
- 11 Oct, 2021 2 commits
-
-
David Reid authored
The API for the resource management part of this commit may change.
-
David Reid authored
-
- 10 Oct, 2021 8 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 08 Oct, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-