[LAU] Resampling 48000hz samples down to 44100hz?

Andrew C countfuzzball at gmail.com
Fri Jan 29 16:48:05 EST 2010


Oh thanks for that Gabriel!
Scott, I might look into soundconverter, just to see what I can do with it.

Andrew.

On Fri, Jan 29, 2010 at 9:26 PM, Gabriel M. Beddingfield <gabrbedd at gmail.com
> wrote:

>
>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20100129/6cfda72c/attachment.htm 


More information about the Linux-audio-user mailing list