[gstreamer-bugs] [Bug 397162] New: [audiofx] New element audioamplify

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 15 23:58:55 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=397162

  GStreamer | gst-plugins-good | Ver: HEAD CVS

           Summary: [audiofx] New element audioamplify
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: slomo at ubuntu.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,
attached are patches that add an audioamplify element to audiofx. This allows
amplifying an audio stream by a given factor with a selectable clipping method,
each of them giving different harmonics.

The clip method is the normal cut-off clipping, wrap-negative pushes everything
above max from the opposite side (i.e. G_MAXINT16 + 12 => G_MININT16 + 12),
wrap-positive pushes everything above max from the same side (i.e. G_MAXINT16 +
12 => G_MAXINT16 - 12)

There's one patch for the sources, one for the docs and one for unit tests

Bye


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list