- 01 Jan, 2022 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/388
-
- 31 Dec, 2021 5 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 30 Dec, 2021 4 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/386
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/385
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/385
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/385
-
- 29 Dec, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
This was due to context-level mainloop being accessed from different audio threads at the same time. I've fixed this by giving each device their own pa_mainloop and pa_context objects. I considered the idea of having only a single context-level mainloop and just using a mutex for mutal exclusion, but that would involve a lock in the audio thread's data loop which I wasn't happy about. Also, I wasn't sure which thread PulseAudio callbacks would get fired from since the main loop would be iterated on different audio threads. Public issue https://github.com/mackron/miniaudio/issues/376
-
- 28 Dec, 2021 7 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/334
-
David Reid authored
This replaces the stop callback. The new callback supports different event types, not all of which are supported on all backends. This commit also fixes a bug where the stop callback is not fired. Public issue https://github.com/mackron/miniaudio/issues/351
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/384
-
- 27 Dec, 2021 9 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
* Add support for setting the directional attenuation factor. This is useful for allowing other effects to control the directional attenuation, such as HRTF effects. * Add a function for retrieving the index of the listener that a sound will be spatialized against based on the current state. A function to retrieve the direction to that listener has also been added. This is useful for when an effect needs to know information about the listener for some kind of spatialization. * A bug has been fixed where silence is output if a node has zero inputs. * A bug has been fixed where a bad channel map can be used for spatialization. -
David Reid authored
-
David Reid authored
-
David Reid authored
This option is intentionally undocumented and should be used at your own risk.
-
David Reid authored
-
David Reid authored
-
- 26 Dec, 2021 1 commit
-
-
David Reid authored
Public issue: https://github.com/mackron/miniaudio/issues/294
-
- 25 Dec, 2021 7 commits
-
-
David Reid authored
Public enum https://github.com/mackron/miniaudio/issues/218
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/218
-
David Reid authored
-
David Reid authored
fix a typo when using ma_round_to_standard_sample_rate__opensl.
-
David Reid authored
Reorder examples in README
-
Dylan Perks authored
-
- 24 Dec, 2021 1 commit
-
-
kgdev authored
-