aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bs2b.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix more uses of unsigned sizes and offsetsChris Robinson2017-02-101-4/+4
|
* Modify bs2b_cross_feed to do multiple samples at onceChris Robinson2016-07-131-1/+56
|
* Set both BS2B parameters at onceChris Robinson2015-09-081-17/+6
|
* Pre-apply the crossfeed filter gain to the input sample coefficientsChris Robinson2014-06-121-7/+6
|
* Use floats for the BS2B filterChris Robinson2014-06-111-34/+34
|
* Make bs2b_cross_feed inlineChris Robinson2014-06-101-43/+2
|
* Use memset to clear the bs2b filter's last sample and remove the unused ↵Chris Robinson2012-02-191-18/+2
| | | | is_clear function
* Add a few more precision castsChris Robinson2011-09-221-3/+3
|
* Convert CR/LF -> LFChris Robinson2010-03-181-201/+201
| | | | Spotted by Alam Arias
* (Re)allocate and clear the stereo-to-binaural filter as neededChris Robinson2009-09-211-2/+0
|
* Add missing config.h includesChris Robinson2008-01-161-0/+2
|
* Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooksChris Robinson2008-01-031-0/+201