- 18 Nov, 2022 8 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
Jeffrey Poore authored
fixed a little problem with changing devices when initialized our device config as duplex; fixed typos
-
- 14 Nov, 2022 1 commit
-
-
David Reid authored
-
- 13 Nov, 2022 2 commits
-
-
David Reid authored
The idea behind this is to avoid subtle bugs that are a result of accidentally not using atomic operations to reference variables that must always be used atomically. This commit does not convert every atomic variable to the new system, however going forward this will need to be adopted over time.
-
David Reid authored
-
- 11 Nov, 2022 1 commit
-
-
David Reid authored
-
- 09 Nov, 2022 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 06 Nov, 2022 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 04 Nov, 2022 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 01 Nov, 2022 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/572
-
- 31 Oct, 2022 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/572
-
- 30 Oct, 2022 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/572
-
- 26 Oct, 2022 1 commit
-
-
David Reid authored
-
- 21 Oct, 2022 2 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/569
-
David Reid authored
Issue from raylib: https://github.com/raysan5/raylib/issues/2118
-
- 20 Oct, 2022 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
This reverts commit 0788be81. This change was technically incorrect. Reverting this change for now until a better fix is in place. Likely this will require an extra parameter for controlling this.
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/567
-
David Reid authored
-
- 13 Oct, 2022 1 commit
-
-
Fabio Arnold authored
In certain environments (WebWorkers for instance) `window` is undefined. Accessing it will lead to an `Uncaught ReferenceError` that can't be handled by the calling C code. That's why I added a check that will return 0 in such case.
-
- 11 Oct, 2022 3 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/550
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/550
-
David Reid authored
-
- 07 Oct, 2022 1 commit
-
-
David Reid authored
This reverts commit f9492ecf.
-
- 02 Oct, 2022 2 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/discussions/547
-
David Reid authored
-