- 27 Jan, 2020 2 commits
-
-
David Reid authored
This changes the the lpfCutoffFrequency config variable from a uint32 to a double. This is required because we simplify the sample rate fraction which cant result in cases where the cutoff frequency is too aggressively rounded down due to dividing tiny integers.
-
David Reid authored
-
- 26 Jan, 2020 12 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
-
David Reid authored
This is equivalent to passing in zeroes.
-
David Reid authored
-
David Reid authored
-
- 23 Jan, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/dr-soft/miniaudio/issues/128
-
- 20 Jan, 2020 1 commit
-
-
David Reid authored
-
- 19 Jan, 2020 11 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
This commit also renames ma_resampler_process() to ma_resampler_process_pcm_frames().
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
* ma_resampler_get_required_input_frame_count() * ma_resampler_get_expected_output_frame_count() These have not yet been implemented for the Speex backend. This commit also adds an APIs for setting changing the rate: * ma_resampler_set_rate() * ma_resampler_set_rate_ratio()
-
- 18 Jan, 2020 7 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 15 Jan, 2020 1 commit
-
-
David Reid authored
-
- 14 Jan, 2020 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
Automatic stream routing should only be used when the ma_device object is initialized with a device ID of NULL. When it's non-NULL (i.e. an explicit device) it should not perform automatic stream routing. It looks like the WASAPI backend is not respecting this requirements and is enabling automatic stream routing in all cases. Public issue #127
-
David Reid authored
The rationale for this is to test that the MA_NO_DECODING option is compiling clean.
-