- 28 Jan, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
This change reduces memory usage by removing half the number of delay registers. This commit also sets up some infrastructure for future work on a fixed point implementation. Both the floating and fixed point implementations will run on a 32-bit pipeline for now.
-
- 27 Jan, 2020 5 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
* ma_convert_pcm_frames() * ma_sine_wave_read_pcm_frames()
-
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
-