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" <[EMAIL PROTECTED]> 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
