- 20 Nov, 2020 1 commit
-
-
Cameron Cawley authored
-
- 17 Nov, 2020 1 commit
-
-
David Reid authored
This changes a few things for custom backends and the calculation of the size of the buffer. See the custom_backend example.
-
- 16 Nov, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/222
-
- 15 Nov, 2020 8 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This commit also fixes some bugs in the WASAPI backend.
-
David Reid authored
This includes changes to callbacks used by custom backends. It adds a `pConfig` parameter to both onContextInit and onDeviceInit. This allows custom backends to specify custom config properties.
-
David Reid authored
With the introduction of custom backends, it became necessary to simplify the backend callbacks. For backwards compatibility, all built-in backends are still using the old callbacks. Future commits are going to be transitioning built-in backends to the new system. This commit is designed to help with this migration so that we can migrate backends one at a time while still keeping compatibility with this old system, thereby allowing backends that haven't yet transitioned to keep working.
-
- 14 Nov, 2020 8 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
This is adding too much complexity, is less efficient than doing it manually, and is not compatible with some future changes for supporting effects that require multiple input streams.
-
David Reid authored
This is in preparation for some future work.
-
David Reid authored
This has been replaced with a simpler fading system.
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/221
-
- 13 Nov, 2020 1 commit
-
-
David Reid authored
Fix intermediaryBufferView losing reference to wasm memory after heap resize
-
- 12 Nov, 2020 1 commit
-
-
Thehink authored
-
- 11 Nov, 2020 3 commits
-
-
David Reid authored
-
David Reid authored
Fix compiler warnings with GCC 4.7
-
Cameron Cawley authored
-
- 10 Nov, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 09 Nov, 2020 5 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Fix C++ compilation errors with the PulseAudio backend.
-
- 08 Nov, 2020 8 commits
-
-
Claude Heiland-Allen authored
C++ does not allow implicit casts from void*, so add explict casts. Issue: https://github.com/mackron/miniaudio/issues/215
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-