- 06 Jan, 2021 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
With this change, attachment and detachment of a node's output bus is now consistent: * ma_node_attach_output_bus() * ma_node_detach_output_bus() The old function that allowed you to attach the other way around has been removed as the caller can easily do that themselves by swapping the order of parameters.
-
David Reid authored
-
- 05 Jan, 2021 1 commit
-
-
David Reid authored
This changes the way ma_node_uninit() waits for the audio thread. Now, instead of waiting for the *entire* graph to complete, it only waits for it's local processing to complete.
-
- 03 Jan, 2021 7 commits
-
-
David Reid authored
-
David Reid authored
This makes it possible to give individual input and output buses unique channel counts which might be useful for specific kinds of effects.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This also silences a warning on GCC.
-
David Reid authored
-
- 02 Jan, 2021 1 commit
-
-
David Reid authored
-
- 31 Dec, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 30 Dec, 2020 3 commits
-
-
David Reid authored
-
David Reid authored
Remove some warnings (warning C4100: unreferenced formal parameter)
-
Jérémy Masclaux authored
-
- 29 Dec, 2020 1 commit
-
-
David Reid authored
Fix issue #252
-
- 28 Dec, 2020 1 commit
-
-
Elias Ku authored
-
- 26 Dec, 2020 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 24 Dec, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/251
-
- 22 Dec, 2020 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/101
-
- 19 Dec, 2020 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/237
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/237
-
- 16 Dec, 2020 3 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/247
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/247
-
- 15 Dec, 2020 2 commits
-
-
David Reid authored
Change of plans from the previous commit.
-
David Reid authored
-