GNOME Bugzilla – Bug 307012
New elements: crossfader, multichannel compressor, seekbuffer
Last modified: 2011-05-20 13:51:12 UTC
I put toghether 3 generic audio plugins that might be adopted into gst-plugins. They are : * an audio crossfader (most usefull as an operation in gnonlin) * a pitch controller (actually a speed controller). Where gstspeed uses linear interpolation (which produces lesser quality audio) this plugin uses libsamplerate for audio interpolation. * a multichannel audio compressor. This is actually a gstreamer implementation of the algorithm found on http://www.musicdsp.org/archive.php?classid=4#169 The self contained code for the plugins can be found on http://support.kangaroot.net/gstreamer/
Hi Wouter, These plugins look really good. We're probably not up for adding new plugins to 0.8 at this point, though. If you port them to 0.9, let us know; we'd be glad to have them.
Hi Wouter, Now that 0.10 is out it would be a wonderful time for you to port, because the API can't change now :-)
Updating bug summary, as libsoundtouch-based pitch element is in -bad now.
Hello Everyone, I really would like to have the crossfade effect in GStreamer. So I've created an open project bounty for this feature at Cofundos (http://www.cofundos.org/project.php?id=42).
I assume that there plugins are either obsolete, or at least that there is no interest in porting them to current release series. Closing as obsolete.