Comment 36 for bug 116990

Revision history for this message
Matti Lindell (mlind) wrote :

Could this be gstreamer related ? (sample.ogg is from upstream bug report 436192, comment #1)

Distorted sound:
gst-launch -v filesrc location=/tmp/sample.ogg ! decodebin ! audioconvert ! audioresample ! alsasink

Normal sound:
gst-launch -v filesrc location=/tmp/sample.ogg ! decodebin ! audioconvert ! audioresample ! volume volume=1.0 ! alsasink