[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: player for wav



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.



Reply to: