- 18 Feb, 2022 1 commit
-
-
David Reid authored
-
- 12 Feb, 2022 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 11 Feb, 2022 3 commits
-
-
David Reid authored
It is not recommended to use this option because miniaudio never maintains ABI compatibility between versions, not even revisions. Public issue https://github.com/mackron/miniaudio/issues/428
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/429
-
- 10 Feb, 2022 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/427
-
- 09 Feb, 2022 1 commit
-
-
David Reid authored
-
- 08 Feb, 2022 3 commits
-
-
David Reid authored
This reverts commit 0f76e786.
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/427
-
David Reid authored
-
- 07 Feb, 2022 3 commits
-
-
David Reid authored
-
David Reid authored
This could happen when channel mapping is used without differing input and output channel counts. Public issue https://github.com/mackron/miniaudio/issues/427
-
David Reid authored
-
- 06 Feb, 2022 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 05 Feb, 2022 1 commit
-
-
David Reid authored
-
- 28 Jan, 2022 2 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/421
-
- 26 Jan, 2022 2 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/420
-
- 22 Jan, 2022 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 21 Jan, 2022 3 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/412
-
David Reid authored
fix undefined behavior in ma_thread_wait__posix
-
Sahnvour authored
Quoting man for pthread_detach: > The behavior is undefined if the value specified by the thread argument > to pthread_detach() does not refer to a joinable thread. Since the thread was joined right before, pthread_detach should not be called.
-
- 20 Jan, 2022 7 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/412
-
-
David Reid authored
-
David Reid authored
Update some outdated parts of the documentation
-
Clownacy authored
-
Clownacy authored
This time for example code showing 'ma_channel_converter_init' and 'ma_data_converter_init'.
-
Clownacy authored
'noPreZeroedOutputBuffer' was renamed to 'noPreSilencedOutputBuffer' in v0.11.0.
-
- 19 Jan, 2022 3 commits
-
-
David Reid authored
This has been added for `ma_data_source` and `ma_sound`. Public issue https://github.com/mackron/miniaudio/issues/411
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/410
-
- 18 Jan, 2022 1 commit
-
-
David Reid authored
-