<br>Hello,<br><br>I used the following command to record audio from a live performance using the&nbsp; M2496 [M Audio Audiophile 24/96] card on a machine running Ubuntu Feisty:<br>$&gt; arecord -D plug:hw:1 --duration=600 --file-type au&nbsp; --format=dat --nonblock 
recording-arecord.au<br><br>Then I transfered the au file to my home computer and opened it in audacity. When I playback the file, it appears to be being played back at a slightly faster rate.<br><br>I also tried to encode the original au file to a flac file first, before transfering the file, using this command:
<br>$&gt;&nbsp; flac&nbsp; -f --endian=big --channels=2 --sample-rate=48000 --bps=16 --sign=signed&nbsp; recording-arecord.au<br><br>Then I imported that flac file in to audacity on my home computer. It plays back the same as as the original au file -- seems a tiny bit faster.
<br><br>What could be the problem?<br><br>thanks,<br>-&gt;HS<br><br>