summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/filter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen: Amend minor issues (#2593)Mat M2017-02-271-1/+1
| | | | | | | | | Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-3/+9
|
* DSP/HLE: Implement Source processingMerryMage2016-05-031-0/+1
|
* DSP: Implement audio filters (simple, biquad)MerryMage2016-03-281-0/+112