summaryrefslogtreecommitdiffstats
path: root/src/audio_core/algorithm/filter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Project AndioKelebek12022-07-221-61/+0
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-2/+2
| | | | Moves the audio code closer to enabling warnings as errors in general.
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
|
* audio_core: Implement low-pass filterMerryMage2018-08-131-0/+62