diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-20 11:37:37 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-20 11:37:37 +0000 |
commit | 2f43b8738cb52b4e07f386728638bd106c321e5b (patch) | |
tree | c94c720eb42d67139c0a0c1bb2b4537f48df921d /gst/equalizer/gstiirequalizernbands.c | |
parent | 64b49df80b2e5909adf9eb1e5167cb5c6b46c93b (diff) | |
download | gst-plugins-bad-2f43b8738cb52b4e07f386728638bd106c321e5b.tar.gz gst-plugins-bad-2f43b8738cb52b4e07f386728638bd106c321e5b.tar.bz2 gst-plugins-bad-2f43b8738cb52b4e07f386728638bd106c321e5b.zip |
gst/equalizer/: Better algorith for the center frequencies. Subtract band filters from input for negative gains. Rewo...
Original commit message from CVS:
* gst/equalizer/gstiirequalizer.c:
(gst_iir_equalizer_band_set_property),
(gst_iir_equalizer_child_proxy_get_child_by_index),
(gst_iir_equalizer_child_proxy_get_children_count),
(gst_iir_equalizer_child_proxy_interface_init),
(gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
(gst_iir_equalizer_compute_frequencies):
* gst/equalizer/gstiirequalizer10bands.c:
(gst_iir_equalizer_10bands_class_init):
* gst/equalizer/gstiirequalizer3bands.c:
(gst_iir_equalizer_3bands_class_init):
* gst/equalizer/gstiirequalizernbands.c:
Better algorith for the center frequencies. Subtract band filters from
input for negative gains. Rework the gain mapping.
Diffstat (limited to 'gst/equalizer/gstiirequalizernbands.c')
-rw-r--r-- | gst/equalizer/gstiirequalizernbands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/equalizer/gstiirequalizernbands.c b/gst/equalizer/gstiirequalizernbands.c index 788dded8..b6482f6e 100644 --- a/gst/equalizer/gstiirequalizernbands.c +++ b/gst/equalizer/gstiirequalizernbands.c @@ -28,9 +28,9 @@ * </para> * <para> * <programlisting> - * gst-launch filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-nbands num-bands=15 band5::gain=-1.0 ! alsasink + * gst-launch filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-nbands num-bands=15 band5::gain=1.0 ! alsasink * </programlisting> - * This make the equalizer use 15 bands and lowers the volume of the 5th band by FIXME db. + * This make the equalizer use 15 bands and raises the volume of the 5th band by 6 db. * </para> * </refsect2> */ |