- 05 Jun, 2023 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
When this is used, the data callback should at some point call ma_engine_read_pcm_frames() in order to do some processing.
-
- 03 Jun, 2023 3 commits
-
-
David Reid authored
-
David Reid authored
This is optional and is fired at the end of each call to ma_engine_read_process_pcm_frames(). The callback will be passed the processed audio data so they can do their own processing such as outputting to a file or whatnot. The callback is configured via the engine config.
-
David Reid authored
-
- 29 May, 2023 1 commit
-
-
David Reid authored
-
- 27 May, 2023 1 commit
-
-
David Reid authored
-
- 26 May, 2023 3 commits
-
-
David Reid authored
-
Jay Baird authored
-
Jay Baird authored
-
- 23 May, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 22 May, 2023 11 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
-
David Reid authored
With this change, dr_wav is now namespaced with "ma" which means dr_wav can now be used alongside miniaudio. In addition, some duplicate code has been removed, such as sized types, result codes, allocation callbacks, etc. which reduces the size of the file slightly. This should address the following public issue: https://github.com/mackron/miniaudio/issues/673
-
David Reid authored
miniaudio is updating it's amalgamation of dr_wav, etc. so that it's all namespaced with "ma" which will make the amalgamated versions of dr_libs entirely independent. There's no longer any need to mention the decoding backends. Documentation regarding stb_vorbis is removed so as to discourage new users from using it. Support will not be removed until a replacement Vorbis decoder can be amalgamated, but new users should instead be guided to the libvorbis custom decoder in the extras folder.
-
David Reid authored
These compilers do not support noinline.
-
- 21 May, 2023 3 commits
-
-
David Reid authored
* Sized types will now use miniaudio's types. * Architecture macros now use miniaudio's macros. * The c89atomic namespace has been renamed to ma_atomic which makes it so c89atomic can be used alongside miniaudio without naming conflicts. Public issue https://github.com/mackron/miniaudio/issues/673 -
David Reid authored
This is in preparation for some amalgamation improvements.
-
David Reid authored
-
- 18 May, 2023 1 commit
-
-
David Reid authored
This commit makes it so SetFilePointer/Ex() are dynamically loaded at runtime which allows miniaudio to branch dynamically based on available support. This is necessary because versions of Windows prior to XP do not support the Ex version which results in an error when trying to run the program. Public issue https://github.com/mackron/miniaudio/issues/672
-
- 17 May, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 15 May, 2023 1 commit
-
-
David Reid authored
-
- 12 May, 2023 1 commit
-
-
David Reid authored
Since the calling thread is waiting anyway, it's better to just do the processing on the calling thread rather than posting it to the job queue and waiting. This ensures the calling thread stays busy which will improve performance, but it also makes it so the calling thread doesn't get stalled while already-queued jobs are getting processed.
-
- 06 May, 2023 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 05 May, 2023 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-