<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>I'm trying to create an audio player on an IMX31 target and I've found a discrepancy in the output of various formats.&nbsp; If I send MP3 data I have to set the buffer-time and latency-time to 10000 and 100 respectively to play without severe dropouts.&nbsp; However WAV files still have drop-out at a consistent rate (about 1 per 10 sec).&nbsp; Are there some general features I'm missing or is there some guidance on the buffer-time/latency time that would account for this difference?<br><br>Linux 2.6.22.19<br>gstreamer 0.10.17 (open-embedded)<br>gst-launch filesrc location=&lt;file&gt; ! decodebin ! alsasink buffer-time=10000 latency-time=100<br><br>Dennis<br></div></div></body></html>