- 31 Jul, 2021 4 commits
-
-
David Reid authored
-
David Reid authored
-
Steven Noonan authored
Signed-off-by:Steven Noonan <steven@uplinklabs.net>
-
Steven Noonan authored
Signed-off-by:Steven Noonan <steven@uplinklabs.net>
-
- 23 Jul, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 22 Jul, 2021 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/348
-
- 21 Jul, 2021 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/347
-
- 20 Jul, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 17 Jul, 2021 5 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/341
-
David Reid authored
* If starting the backend fails, don't attempt to enter the data loop * If stopping the backend fails, don't fire the stop callback.
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/344
-
David Reid authored
-
David Reid authored
-
- 14 Jul, 2021 9 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/341
-
David Reid authored
-
David Reid authored
This was happening because ma_log_level_to_string() was only being included when MA_DEBUG_OUTPUT is enabled.
-
David Reid authored
-
David Reid authored
Fix `ma_log_postv` not returning anything under certain circumstances
-
Clownacy authored
The `__STDC_VERSION__ >= 199901L` and the `_MSC_VER >= 1200` code had different styles for handling errors, so I've made them match.
-
Clownacy authored
MSVC 6 was printing a warning about this.
-
- 11 Jul, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 10 Jul, 2021 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/340
-
- 06 Jul, 2021 1 commit
-
-
David Reid authored
-
- 05 Jul, 2021 1 commit
-
-
David Reid authored
Fix invalid vsnprintf buffer size
-
- 04 Jul, 2021 8 commits
-
-
Clownacy authored
Was performing a `sizeof` on a pointer, which causes a warning to be generated.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This fixes an issue where excess channels are not heard when the sound source has more channels than the listener.
-
David Reid authored
-
David Reid authored
-