gstreamer/gst/equalizer
Ghislain 'Aus' Lacroix 9507cdc84c equalizer: Use floating point arithmetic internally for the int16 mode
By using int32 arithmetic we will introduce distortions as the
IIR filter is very sensitive to rounding errors. Fixes bug #580214.
2009-05-28 12:39:46 +02:00
..
.gitignore gst/: Ignore more. 2007-12-20 17:07:22 +00:00
gstiirequalizer.c equalizer: Use floating point arithmetic internally for the int16 mode 2009-05-28 12:39:46 +02:00
gstiirequalizer.h gst/equalizer/gstiirequalizer.*: Update the filter coefficients only when needed in the transform_ip function and cor... 2008-05-30 11:03:57 +00:00
gstiirequalizer3bands.c Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
gstiirequalizer3bands.h gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_values. 2007-03-14 14:48:08 +00:00
GstIirEqualizer3Bands.prs gst/equalizer/: Add presets for equalizer. Fixes #522183. 2008-11-13 16:24:59 +00:00
gstiirequalizer10bands.c Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
gstiirequalizer10bands.h gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_values. 2007-03-14 14:48:08 +00:00
GstIirEqualizer10Bands.prs gst/equalizer/: Add presets for equalizer. Fixes #522183. 2008-11-13 16:24:59 +00:00
gstiirequalizernbands.c Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
gstiirequalizernbands.h gst/equalizer/: Refactor plugin into a base class and a first subclass (nband eq). The nband eq uses GstChildProxy an... 2007-03-09 08:58:26 +00:00
Makefile.am gst/equalizer/: Add presets for equalizer. Fixes #522183. 2008-11-13 16:24:59 +00:00