- 04 Aug, 2023 3 commits
-
-
David Reid authored
This adds the following APIs: * ma_sound_set_fade_start_in_pcm_frames() * ma_sound_set_fade_start_in_milliseconds() Public issue https://github.com/mackron/miniaudio/issues/669
-
David Reid authored
-
David Reid authored
-
- 03 Aug, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 02 Aug, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 30 Jul, 2023 3 commits
-
-
David Reid authored
-
Taiko2k authored
-
David Reid authored
-
- 22 Jul, 2023 1 commit
-
-
David Reid authored
The sample format of a WAV file is not always being set which results in get_data_format() returning ma_format_unknown.
-
- 21 Jul, 2023 3 commits
-
-
David Reid authored
-
David Reid authored
This change makes use of the onInitFile, onInitFileW and onInitMemory backend callbacks which enables decoding backends to have optimized implementations for reading from a file or a block of memory without having to go through an abstraction layer on the miniaudio side. Public issue https://github.com/mackron/miniaudio/issues/696
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/707
-
- 09 Jul, 2023 1 commit
-
-
David Reid authored
-
- 08 Jul, 2023 1 commit
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/700
-
- 07 Jul, 2023 1 commit
-
-
David Reid authored
-
- 17 Jun, 2023 1 commit
-
-
David Reid authored
-
- 10 Jun, 2023 1 commit
-
-
Jay Baird authored
-
- 08 Jun, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 07 Jun, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 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 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-