[Bug 647326] 24 bit flac produces cracking sound

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 15 01:20:12 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=647326
  GStreamer | don't know | unspecified

--- Comment #11 from Sebastian Dröge <slomo at circular-chaos.org> 2011-04-15 08:20:05 UTC ---
Ok, then let's try a few other combinations ;) Note that you're using
pulsesink, not alsasink.


gst-launch-0.10 filesrc location=/path/to/your/flac ! decodebin2 ! audioconvert
! "audio/x-raw-int, signed=(boolean)true, width=(int)32, depth=(int)24" !
pulsesink

gst-launch-0.10 filesrc location=/path/to/your/flac ! decodebin2 ! audioconvert
! "audio/x-raw-int, signed=(boolean)true, width=(int)32, depth=(int)32" !
pulsesink

gst-launch-0.10 filesrc location=/path/to/your/flac ! decodebin2 ! audioconvert
! "audio/x-raw-float, width=(int)32" ! pulsesink

And the same with audiotestsrc instead of filesrc and decodebin2. If one
produces cracking sound, does it work if you replace pulsesink by alsasink?

-- 
Configure bugmail: https://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