After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585831 - audioamplify should support no clipping
audioamplify should support no clipping
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-15 09:27 UTC by Kipp
Modified: 2009-06-19 20:39 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Kipp 2009-06-15 09:27:47 UTC
audioamplify provides three clipping methods.  a clipping method "none" should be available to turn off clipping (e.g., which floating point samples).
Comment 1 Kipp 2009-06-19 09:56:30 UTC
This is fixed by patch 136985 attached to bug 585828.
Comment 2 Sebastian Dröge (slomo) 2009-06-19 20:39:36 UTC
commit afccf53acee778b057f4f4bae19a41397fe8ff36
Author: Kipp Cannon <kcannon@ligo.caltech.edu>
Date:   Fri Jun 19 22:20:45 2009 +0200

    audioamplify: Add noclip method and support for more formats
    
    Fixes bug #585828 and #585831.