- 02 Aug, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 01 Aug, 2020 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
* A crash when the pFramesRead parameter is null * Looping not working due to MA_AT_END now being returned. Public issue https://github.com/dr-soft/miniaudio/issues/185
-
David Reid authored
Public issue https://github.com/dr-soft/miniaudio/issues/184
-
David Reid authored
-
- 30 Jul, 2020 1 commit
-
-
David Reid authored
-
- 29 Jul, 2020 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
This should fix the case where multiple context's are initialized and uninitialized at the same time across multiple threads.
-
David Reid authored
Public issues: * https://github.com/dr-soft/miniaudio/issues/163 * https://github.com/dr-soft/miniaudio/issues/183
-
- 27 Jul, 2020 1 commit
-
-
David Reid authored
-
- 26 Jul, 2020 1 commit
-
-
David Reid authored
-
- 25 Jul, 2020 16 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This commit changes synchronous decoding so that the calling thread is the one which performs the decoding. Previously, decoding was done on the job threads which was then waited on by an event on the calling thread. The rationale for this design was to keep decoding on a single code path, however this creates a problem for programs that would prefer not to have any asynchronous job threads. In this case, these synchronously decoded sounds would never get decoded because there would not be any threads available to actually perform the decoding. This commit enables the resource manager to be able to be used without a job thread so long as asynchronous decoding and streaming are not used. This scenario could be useful for programs that want to pre-load all of their sounds at load time and save some system resources by not incurring the overhead of an additional unnecessary thread.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 23 Jul, 2020 8 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 22 Jul, 2020 1 commit
-
-
David Reid authored
-