Re: player for wav
From: Adam Funk (a24061_at_yahoo.com)
Date: 11/11/05
- Previous message: Tom Stockton - 2Ergo Technical Support: "xeon 64 kernel compatibility"
- In reply to: roberto: "Re: player for wav"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 11 Nov 2005 11:15:14 +0000 To: debian-user@lists.debian.org
roberto wrote:
> $ file 1.wav
> 1.wav: RIFF (little-endian) data, WAVE audio, MPEG Layer 3, stereo 48000
> Hz
>
> so according to
> http://lists.debian.org/debian-user/2004/03/msg04680.html
>
> it should be correct, and file is played but at a higher rate so
> voices are reproduced too fast and not a word is clearly understood
You can resample wav files with sox. I haven't done it for a while, so the
following might be wrong, but it should be close enough for you to start
experimenting:
sox 1.wav -w -r 44100 1-resampled.wav resample
HTH.
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Tom Stockton - 2Ergo Technical Support: "xeon 64 kernel compatibility"
- In reply to: roberto: "Re: player for wav"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]