summaryrefslogtreecommitdiffstats
path: root/src/audio_core/algorithm/interpolate.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-22Project AndioKelebek11-232/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-12-31Make the coding conventions more consistant16-Bit-Dog1-1/+1
lut_index had 0 added when nothing was supposed to be added despite this, index was not added to 0 when nothing was supposed to be added...
2020-10-21Revert "core: Fix clang build"bunnei1-3/+3
2020-10-18core: Fix clang buildLioncash1-3/+3
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-10-13audio_core/CMakeLists: Make warnings consistent with coreLioncash1-2/+3
Normalizes the warnings shared between audio_core and core.
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec1-0/+32
2020-02-23audio_core: interpolate: Improvements to fix audio crackling.bunnei1-22/+32
- Fixes audio crackling in Crash Team Racing Nitro-Fueled, Super Mario Odyssey, and others. - Addresses followup issues from #3310.
2020-02-22audio_core: interpolate: Fix include for climits (Linux build break).bunnei1-1/+1
2020-01-24audio_core: Switch to a faster interpolation techniqueFearlessTobi1-40/+158
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchheapo1-2/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-6/+6
2018-08-13audio_core: InterpolateMerryMage1-0/+71