- 16 Jul, 2021 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 14 Jul, 2021 10 commits
-
-
David Reid authored
-
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.
-
- 13 Jul, 2021 1 commit
-
-
David Reid authored
This is configurable on a per-device basis. Denormals will be disabled by default.
-
- 11 Jul, 2021 11 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This makes devices and decoders more robust when the resampler does not support retrieval of required input frame counts from a given output frame count, which can happen with custom resamplers.
-
David Reid authored
-
David Reid authored
-
David Reid authored
This changes ma_resampler_get_required_input_frame_count() and ma_resampler_get_expected_output_frame_count() to return a result code so that MA_NOT_IMPLEMENTED can be checked and an alternative code path can be run for dealing with caching of data.
-
David Reid authored
This removes the dependency on the ma_resampler object.
-
- 10 Jul, 2021 12 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/162
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-