- 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 21 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`.
-
David Reid authored
-
David Reid authored
This was used with the old logging level system which is no longer being used.
-
David Reid authored
This has been replaced with MA_LOG_LEVEL_DEBUG.
-
David Reid authored
This was specific to devices, but now that miniaudio has expanded it's no longer useful. The new logging system is more generic and useable by parts outside of devices and contexts.
-
David Reid authored
This has proven to be exceptionally un-useful in practice and the maintenance cost just isn't worth it.
-
David Reid authored
This might come back later, but for now this is no longer a thing.
-
David Reid authored
-
David Reid authored
This now takes an input and output buffer rather than performing the clipping in-place.
-
David Reid authored
The previous version only allowed in-place clipping, whereas the new one supports clipping into a separate buffer. The input and output buffers can point to the same buffer in which case the clip will be performed in-place.
-