- 03 Dec, 2020 1 commit
-
-
HRXN authored
Remove double word
-
- 24 Nov, 2020 1 commit
-
-
David Reid authored
-
- 23 Nov, 2020 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 22 Nov, 2020 4 commits
-
-
David Reid authored
-
David Reid authored
This commit also removes some debugging code accidentally left in from the previous commit.
-
David Reid authored
This also fixes a bug in the WASAPI backend. Thanks to Digital Mars for picking that one up!
-
David Reid authored
-
- 21 Nov, 2020 5 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Added API to change waveform type dynamically
-
- 20 Nov, 2020 3 commits
-
-
David Reid authored
Support compiling with OpenWatcom
-
Micheal Reed authored
-
Cameron Cawley authored
-
- 19 Nov, 2020 1 commit
-
-
Micheal Reed 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
-