skyline/app/src
Billy Laws 6f59cba68d Adds bounds checks to resampler to avoid OOB reads
Resampling would sometimes perform an OOB read into `inputBuffer` due it not containing enough data to calculate corresponding the output sample, this has been fixed by introducing bounds checking to ensure that the buffer has enough data.
2021-10-29 21:46:51 +05:30
..
main Adds bounds checks to resampler to avoid OOB reads 2021-10-29 21:46:51 +05:30