summaryrefslogtreecommitdiffstats
path: root/src/modules/module-equalizer-sink.c
Commit message (Collapse)AuthorAgeFilesLines
* module-equalizer-sink:Jason Newton2009-09-291-287/+460
| | | | | | | | added dbus support removed cruft from inherited from ladspa module and improved clarity switched dsp processing to reference implementation until project is more mature tsched=0 seems to help with the micro-dropouts/crackling! oh my! reformatting/spaces
* module-equalizer-sink:Jason Newton2009-09-291-155/+242
| | | | | | removed liboil added sse2 optimized dsp logic implementation cleaned up a bit
* module-equalizer-sink:Jason Newton2009-09-291-27/+29
| | | | | first commit of a working state (cpu speed dependant) added noop processing for filter debugability
* module-equalizer-sink: simplified sink_input pop callback and introduced new ↵Jason Newton2009-09-291-143/+198
| | | | variables that simplify different strategies.
* module-equalizer-sink: trying new buffering strategiesJason Newton2009-09-291-144/+159
|
* module-equalizer-sink: attempt different buffering strategyJason Newton2009-09-291-24/+27
|
* module-equalizer-sink: added more assertions to aid in debuggingJason Newton2009-09-291-5/+10
|
* module-equalizer-sink:Jason Newton2009-09-291-162/+106
| | | | | | added temporary debugging output to track filter output removed dead code only a small amount of crackling remains
* module-equalizer-sink addedJason Newton2009-09-291-0/+850
src/Makefile.am: added module-equalizer-sink