Re: Resampling 48000hz samples down to 44100hz?

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

 




On Fri, 29 Jan 2010, Andrew C wrote:

> Hey all,
>
> Anyone know any quick ways to resample a large amount of .wav files with
> spaces in them from 48000hz to 44100hz while still keeping the same wav
> names?

Using sox and the command line, you could do it like this:

$ cd /path/to/wav/files
$ for N in * ; do \
     sox "$N" -r 44100 "/path/to/resampled/files/$N" ; \
   done
$

hth,
gabriel

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux