summaryrefslogtreecommitdiffstats
path: root/src/audio_core/algorithm/filter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Project AndioKelebek12022-07-221-79/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-3/+3
* audio_core/CMakeLists: Make warnings consistent with coreLioncash2020-10-131-1/+2
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-6/+6
* audio_core/filter: Add explicit cast to assignment in Process()Lioncash2018-08-211-1/+1
* audio_core: Implement low-pass filterMerryMage2018-08-131-0/+79