summaryrefslogtreecommitdiff
path: root/src/lib/audio_processor.cc
AgeCommit message (Collapse)Author
2025-07-10Allow audio processors to pass through HI/VI/DBox etc (#3020).Carl Hetherington
Previously you couldn't map these things if you were using a processor.
2025-07-10White space: audio_processor.{cc,h}Carl Hetherington
2022-04-29Fix a load of stuff that wasn't being freed on close.Carl Hetherington
Nothing really that important, but it cleans up the valgrind leak check reports.
2021-05-01C++11 tidying.Carl Hetherington
2019-10-13Hide the upmixers unless an "advanced" configuration option is ticked.v2.15.22Carl Hetherington
The upmixers are not of sufficient quality to always be an improvement, and anecdotally it seems that some users see them and hope one will be a silver bullet.
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-09-18Add UpmixerB.Carl Hetherington
2014-07-15Add simple stereo-5.1 upmixer.Carl Hetherington
2014-07-13Very basic audio processing framework.Carl Hetherington