summaryrefslogtreecommitdiffstats
path: root/src/audio_core/algorithm/interpolate.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_core: interpolate: Improvements to fix audio crackling.bunnei2020-02-231-22/+32
* audio_core: interpolate: Fix include for climits (Linux build break).bunnei2020-02-221-1/+1
* audio_core: Switch to a faster interpolation techniqueFearlessTobi2020-01-241-40/+158
* Avoid (expensive) audio interpolation when sample rates already matchheapo2018-12-061-2/+3
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-6/+6
* audio_core: InterpolateMerryMage2018-08-131-0/+71