- 01 Feb, 2020 3 commits
-
-
David Reid authored
This is more intuitive because it puts the numerator coefficients before the denominator coefficients.
-
David Reid authored
With this commit, nothing is wired up with the new code. This will be coming in the next commits.
-
David Reid authored
-
- 31 Jan, 2020 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 30 Jan, 2020 4 commits
-
-
David Reid authored
-
David Reid authored
Previously this would result in a glitch, however in the interest of avoiding as many sources of glitching as possible, changing the format and/or channel count of a biquad filter (and by extension, anything derived from it, such as low-pass filters) will now result in an error.
-
David Reid authored
-
David Reid authored
-
- 29 Jan, 2020 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 28 Jan, 2020 7 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This is never actually used internally and saves a bit of memory.
-
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
-