summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/resampler.cpp
Commit message (Expand)AuthorAgeFilesLines
* resampler: safety check for filter len hap2025-07-151-1/+1
* ui: finer control over hq resampler settings hap2025-07-151-9/+7
* resampler: clamp final output to -32768, 32767 hap2025-06-301-4/+4
* resampler hq: Remove the hard cutoff ceiling at 20K. It was an Olivier Galibert2025-06-171-3/+1
* eminline: add muldiv64 and muldivu64 functions Olivier Galibert2025-05-251-6/+183
* lofi resampler: Better step precision to avoid crackling Olivier Galibert2025-05-061-4/+7
* resampler: Correct history sizes to take desynchronization into account Olivier Galibert2025-05-051-2/+2
* Fix typo in lofi resampler Olivier Galibert2025-05-041-1/+1
* Add a much faster LoFi resampler Olivier Galibert2025-05-031-10/+132
* New sound infrastructure. Olivier Galibert2025-04-271-0/+317