summaryrefslogtreecommitdiffstats
path: root/src/audio_core/algorithm/filter.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-22Project AndioKelebek11-61/+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-03audio_core: Make shadowing and unused parameters errorsLioncash1-2/+2
Moves the audio code closer to enabling warnings as errors in general.
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-2/+2
2018-08-13audio_core: Implement low-pass filterMerryMage1-0/+62