Hi, On Tue, Jun 06, 2006, Tomaz Solc wrote: > GStreamer also works if I explicitly tell it the correct sampling rate: > gst-launch-0.10 gnomevfssrc location=file:///home/avian/test.mp3 ! > decodebin name=decoder decoder. ! queue! audioconvert ! audioresample ! > audio/x-raw-int, rate=48000 ! alsasink device=hw:1
I'm not sure whether GStreamer can do anything better than it currently does. I don't consider it an ALSA bug to expose hardware limitations. I think you can configure "audio/x-raw-int, rate=48000 ! alsasink device=hw:1" as your output sink, and it should work. If it does, do you agree the bug can be closed? Bye, -- Loïc Minier <[EMAIL PROTECTED]>

