From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas C Sobczynski Date: Fri, 18 Sep 1998 15:37:43 +0000 Subject: Re: making wav sample of a big mp3 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org Out of curiosity, I tried this, and just got noise with "play sample.wav" > This is how I do it (improvements welcome!): > > dd if= of=tmp.mp3 count=X [where X = 14.2 * number-of-seconds-des > ired] > > mpg123 -s tmp.mp3 > tmp.raw > > sox -r44100 -s -w -c2 tmp.raw sample.wav