[gstreamer-bugs] [Bug 346218] New: [audioresample] doesn't do anti aliasing

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jun 29 08:38:26 PDT 2006


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=346218
 GStreamer | gst-plugins-base | Ver: 0.10.6

           Summary: [audioresample] doesn't do anti aliasing
           Product: GStreamer
           Version: 0.10.6
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ivanohe at abacom.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.11/2.12
   GNOME milestone: Unspecified


Please describe the problem:
I generate a 14khz tone with sampling rate of 44khz and resample it down to
22khz. I see there is a very high amplitude 8khz tone remaining in the output
file.

The remaining 8khz tone is a total reflection of the 14khz tone (reflected
arround half the new sampling rate of 22khz)

Steps to reproduce:
1. gst-launch-0.10 audiotestsrc freq=14000 volume=0.6 num-buffers=50 ! 
audio/x-raw-int, rate=(int)44100 ! wavenc ! filesink
location=sine14k_at_44khz.wav
2. gst-launch-0.10 filesrc location=sine14k_at_44khz.wav ! wavparse !
audioconvert ! audioresample ! audio/x-raw-int, rate=(int)22050 ! wavenc !
filesink location=convert_14kat44khz_to_22khz.wav
3. check the output file with an audio editor (or play it)


Actual results:
There is aliasing in the output file.

Expected results:


Does this happen every time?
yes

Other information:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list