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

From: teza <tsaliou75@email-addr-hidden>
Date: Sat Jan 30 2010 - 00:05:46 EET

Hi Andrew, I use soundconverter or Xcfa who works great as well.
Regards
Teza

////////////////////////////::::::////:::::////::::///:::////:///:::://::////
Andrew C a écrit :
> 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@email-addr-hidden <mailto:gabrbedd@email-addr-hidden>> 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
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@email-addr-hidden
> http://lists.linuxaudio.org/listinfo/linux-audio-user
>

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sat Jan 30 00:15:08 2010

This archive was generated by hypermail 2.1.8 : Sat Jan 30 2010 - 00:15:09 EET