aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/algorithm/interpolate.cpp
AgeCommit message (Expand)Author
2020-02-22audio_core: interpolate: Fix include for climits (Linux build break).bunnei
2020-01-24audio_core: Switch to a faster interpolation techniqueFearlessTobi
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchheapo
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-13audio_core: InterpolateMerryMage