gstreamer/gst/equalizer
Sebastian Dröge 7c8653f596 gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters for which we can actually find documentati...
Original commit message from CVS:
* gst/equalizer/gstiirequalizer.c:
(gst_iir_equalizer_band_set_property),
(gst_iir_equalizer_band_get_property),
(gst_iir_equalizer_band_class_init), (arg_to_scale),
(setup_filter), (gst_iir_equalizer_compute_frequencies):
Replace filters with a bit better filters for which we can actually
find documentation, which don't change anything on zero gain, etc.
Make the frequency property of the bands writable, rename the
band-width property to bandwidth and change the	meaning to the
frequency difference between bandedges, change the meaning of the
gain property to dB instead of a weird scale between -1	and 1 that
has no real meaning.
2007-10-30 21:18:45 +00:00
..
gstiirequalizer.c gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters for which we can actually find documentati... 2007-10-30 21:18:45 +00:00
gstiirequalizer.h gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate bands and add float64 support. 2007-10-18 06:14:42 +00:00
gstiirequalizer3bands.c gst/equalizer/: Better algorith for the center frequencies. Subtract band filters from input for negative gains. Rewo... 2007-07-20 11:37:37 +00: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
gstiirequalizer10bands.c gst/equalizer/: Better algorith for the center frequencies. Subtract band filters from input for negative gains. Rewo... 2007-07-20 11:37:37 +00: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
gstiirequalizernbands.c gst/equalizer/: Better algorith for the center frequencies. Subtract band filters from input for negative gains. Rewo... 2007-07-20 11:37:37 +00: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 3 and 10 band version and add missing gst_object_sync_values. 2007-03-14 14:48:08 +00:00