summaryrefslogtreecommitdiffstats
path: root/src/audio_core/algorithm/filter.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash1-3/+3
Moves the audio code closer to enabling warnings as errors in general.
2020-10-13audio_core/CMakeLists: Make warnings consistent with coreLioncash1-1/+2
Normalizes the warnings shared between audio_core and core.
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-6/+6
2018-08-21audio_core/filter: Add explicit cast to assignment in Process()Lioncash1-1/+1
Previously this would cause warnings about implicit conversions to s16 from a double
2018-08-13audio_core: Implement low-pass filterMerryMage1-0/+79