- 11 Jul, 2021 9 commits
-
-
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 14 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
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/340
-
David Reid authored
-
- 08 Jul, 2021 1 commit
-
-
David Reid authored
-
- 06 Jul, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 05 Jul, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
Fix invalid vsnprintf buffer size
-
- 04 Jul, 2021 12 commits
-
-
Clownacy authored
Was performing a `sizeof` on a pointer, which causes a warning to be generated.
-
David Reid authored
-
David Reid authored
This adds a capacity parameter for added safety. It also changes the order of parameters to make it a bit more consistent.
-
David Reid authored
This commit also removes the onGetChannelMap callback from the decoding backend vtable.
-
David Reid authored
-
David Reid authored
Allocation callbacks must now implement onRealloc() themselves. This is no longer emulated by miniaudio.
-
David Reid authored
With this change, ma_decoder should now be fully consistent with other data sources.
-
David Reid authored
-
David Reid authored
This makes ma_decoder_read_pcm_frames() consistent with other data sources. It now returns a result code and outputs the number of frames read via an output parameter.
-
David Reid authored
This is now consistent with all other data sources: * Returns a result code * Length is returned via an output parameter
-
David Reid authored
Use the `encodingFormat` variable in the config instead.
-
David Reid authored
This also renames the `resourceFormat` variables used by the encoder to `encodingFormat`.
-