- 19 Apr, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/659
-
- 08 Apr, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
This is set via the engine config.
-
- 07 Apr, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
Smoothing is disabled by default. To enable it, you must use ma_sound_init_ex() and configure it via the volumeSmoothTimeInPCMFrames member of ma_sound_config. This commit also fixes a bug where ma_gainer is not properly applying smoothing.
-
- 29 Mar, 2023 1 commit
-
-
David Reid authored
-
- 28 Mar, 2023 4 commits
-
-
David Reid authored
This is an attempt to work around an issue with PipeWire.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 27 Mar, 2023 1 commit
-
-
David Reid authored
-
- 26 Mar, 2023 2 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/652
-
David Reid authored
-
- 25 Mar, 2023 5 commits
-
-
David Reid authored
This example captures data from the microphone using the low-level API and then plays back the data through the engine. The intermediary data source is a ring buffer.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 24 Mar, 2023 1 commit
-
-
David Reid authored
* ma_engine_get_time_in_pcm_frames() (replaces ma_engine_get_time()) * ma_engine_get_time_in_milliseconds() * ma_engine_set_time_in_pcm_frames() (replaces ma_engine_set_time()) * ma_engine_set_time_in_milliseconds() These changes are consistent with the naming of other time based functions, eliminates ambiguity and just makes it clearer as to what you're working with. ma_engine_get_time() and ma_engine_set_time() have been deprecated.
-
- 23 Mar, 2023 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
This is not pre-initializing the variable that receives the number of bytes read to 0 which can result in custom VFS implementations returning an invalid value if they return early from an error or whatnot.
-
David Reid authored
-
- 21 Mar, 2023 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/discussions/647
-
David Reid authored
-
- 19 Mar, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 18 Mar, 2023 8 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
Note that this does not currently work at runtime.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-