aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcEcho.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the filter functions global inline, and use it for echoChris Robinson2009-05-161-8/+1
|
* Set some common macros in alu.hChris Robinson2009-05-161-6/+1
|
* Make the filter history buffer size flexibleChris Robinson2009-04-161-2/+4
| | | | | | | This lets the filter history buffer be as big as needed for a given use, so that it can have a size large enough for the more demanding cases, but not be wasteful for lesser-demanding cases, while not incuring the overhead of an added pointer indirection
* Fix comment regarding the 3rd echo tapChris Robinson2009-04-121-2/+2
|
* Add the Echo effectChris Robinson2009-04-121-0/+194