Re: [linux-audio-dev] how to resample ??

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] how to resample ??
From: Mike Rawes (mike_rawes_AT_yahoo.co.uk)
Date: Sat Aug 31 2002 - 15:37:26 EEST


Rohit

I've had good results with sox - it's a command-line utility that does
lots of different things. Example:

sox sample.wav -r 48000 sample.out.wav resample -qs

will resample 'sample.wav' to sample.out.wav at rate 48000. The -qs
option selects the resampling method (interpolation, filtering to use).
Details can be found in the sox manual (man sox).

Hope this helps.
 

On 31 Aug 2002 11:49:16 -0000
"rohitash panda" <prohit99_AT_rediffmail.com> wrote:

> hi,
> iam using red hat linux7.2 with 2.4.16.Iam using OSS ver 3.95
> for audio/sound programming.Iam not using any libraries.what is
> the procedure for resampling sound(for upsampling and downsampling
> too) ???
>
> any help will be highly appreciated.
>
> thanks
> rohit
>
> so all the geeks are in #gothic, all the goths are in #melbouren
> and all the
> ppl with no computer skills are in #linux
> -- Orlock

-- 
Myk

__________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Aug 31 2002 - 15:42:42 EEST