GNOME Bugzilla – Bug 550820
Equalizer Suport
Last modified: 2008-12-17 11:29:27 UTC
I am Wrote a Equalizer plugin for rhythmbox. Screenshot: http://n3rd3x.guake-terminal.org/ftp/equalizer_plugin.png Patch: http://n3rd3x.guake-terminal.org/ftp/equalizer_plugin.patch.gz Other information:
Please attach the patch here so we can review the code in bugzilla directly.
Created attachment 118015 [details] [review] Equalizer plugin patch The equalizer plugin patch!
How is this different to the equalizer patch on bug 76522?
Created attachment 118063 [details] equalizer.png Please add the file in plugins/equalizer
Yes, this patch is totally different to the another patch
Thanks for attaching the patch. I was after a little more information than that, though. How and why is it different?
This plugin use "equalizer-10bands" gstreamer element, and have system global presets and user local presets!
Could this use the preset support in gstreamer? See bug #522183. This can be committed immediately, it just needs some good presets.
Greetings, not being aware that somebody prepare patch from equalizer - I've mad an equalizer by myself. Here is attached patch. However it doesn't have a preset support yet.It works for both x-fade and non x-fade back ends. Comments and testing are welcome. Regards Artur Szymiec
Created attachment 122546 [details] [review] Equalizer patch for Rhythmbox (A.S. version)
If you're going to upload a patch, please upload the actual patch file rather than a .tar.bz2 containing the patch. There are several things I don't like about this patch (besides its wrapping): - no presets - rb_shell_preferences_equalizer_band_[0-9]_changed is ugly - it adds things directly into the playback pipelines rather than using the filter interface that was added for that purpose - it probably should be a plugin I think it probably got the UI aspects right (except for the lack of presets) though.
The GStreamer equalizer now has presets. Please use the gst preset mechanism. Then presets can be shared, users can send presets to gst community and we merge those in as updates.
I don't see any particular advantages of this equalizer plugin over the other one, so I'm going to arbitrarily close this bug. *** This bug has been marked as a duplicate of 76522 ***