- 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 5 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
This allows the node graph to be connected to another node graph.
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/410
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/410
-
- 17 Jan, 2022 4 commits
-
-
David Reid authored
-
David Reid authored
This bug results in an audio glitch when mixing nodes in the node graph. It specifically happens when resampling is not being performed, in which case it was specifying an output frame count greater than the number of frames that are actually being output. Public issue https://github.com/mackron/miniaudio/issues/408
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/409
-
David Reid authored
-