- 16 Mar, 2021 1 commit
-
-
David Reid authored
-
- 11 Mar, 2021 1 commit
-
-
David Reid authored
wasapi: ensure that wasapi context structure is zeroed before filling it
-
- 10 Mar, 2021 15 commits
-
-
Steven Noonan authored
I had a situation where I was doing: ma_backend backends[] = { ma_backend_jack, ma_backend_wasapi, }; ma_context_init(backends, sizeof(backends)/sizeof(backends[0]), &contextConfig, &context); And since JACK was unavailable, it fell back to WASAPI. When this happened, the WASAPI commandIndex and commandCount variables were already stomped on by the JACK backend initialization, but the WASAPI backend assumes they are zero-initialized. Signed-off-by:Steven Noonan <steven@uplinklabs.net>
-
David Reid authored
Fix linker error when MA_NO_RESOURCE_MANAGER is defined
-
David Reid authored
Fix -Wcast-qual by using correct ma_offset_pcm_frames_ptr()
-
David Reid authored
-
David Reid authored
Fix CoreAudio's performanceProfile for playback not being set
-
-
David Reid authored
Fix memory leak (macOS)
-
David Reid authored
-
David Reid authored
engine: use atomics for setting live pitch and spatialization variables
-
David Reid authored
-
morlad (iLeitgeb) authored
-
morlad (iLeitgeb) authored
-
morlad (iLeitgeb) authored
-
morlad (iLeitgeb) authored
-
Steven Noonan authored
Signed-off-by:Steven Noonan <steven@uplinklabs.net>
-
- 09 Mar, 2021 3 commits
-
-
Steven Noonan authored
Thread Sanitizer was unhappy about these variables being modified on one thread and read on another (data race). Signed-off-by:Steven Noonan <steven@uplinklabs.net>
-
David Reid authored
-
David Reid authored
-
- 06 Mar, 2021 4 commits
-
-
David Reid authored
-
Steven Noonan authored
Signed-off-by:Steven Noonan <steven@uplinklabs.net>
-
David Reid authored
-
Steven Noonan authored
Signed-off-by:Steven Noonan <steven@uplinklabs.net>
-
- 05 Mar, 2021 1 commit
-
-
David Reid authored
-
- 04 Mar, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 03 Mar, 2021 1 commit
-
-
David Reid authored
-
- 01 Mar, 2021 1 commit
-
-
David Reid authored
-
- 28 Feb, 2021 1 commit
-
-
David Reid authored
-
- 26 Feb, 2021 1 commit
-
-
David Reid authored
-
- 23 Feb, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 22 Feb, 2021 1 commit
-
-
David Reid authored
-
- 21 Feb, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 20 Feb, 2021 3 commits
-
-
David Reid authored
-
-
David Reid authored
fix iOS deadlocks
-
- 17 Feb, 2021 1 commit
-
-
ilyak authored
-