- 09 Jan, 2022 5 commits
-
-
David Reid authored
This is in preparation for generalizing the job system.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 08 Jan, 2022 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 07 Jan, 2022 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 06 Jan, 2022 3 commits
-
-
David Reid authored
-
David Reid authored
This will now pick the closest miniaudio-supported format to the source file's internal format rather than always defaulting to f32.
-
David Reid authored
The issue here is that MA_AT_END is getting returned when nothing has been read. The rules are that MA_AT_END should only ever be returned when nothing is read.
-
- 03 Jan, 2022 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 02 Jan, 2022 10 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
-
- 01 Jan, 2022 10 commits
-
-
David Reid authored
This is important for fixed sized processing.
-
David Reid authored
-
David Reid authored
This is the new default. The size of the buffer will be based on the periodSizeInFrames and periodSizeInMilliseconds config variable. To go back to the previous system, where the data callback could specify any number of frames, set the noFixedSizedCallback config variable to true.
-
David Reid authored
-
David Reid authored
-
David Reid authored
This flag is used to tell miniaudio that it should assume the output of the node is silence. This is useful for special nodes that want to output to a file and don't want the output of the node to contribute to the final mix.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/388
-
- 31 Dec, 2021 2 commits
-
-
David Reid authored
-
David Reid authored
-