Short: a resample utility Author: Erik de Castro Lopo (erikd AT mega-nerd DOT com) Uploader: lombi iprimus com au (Lorence Lombardo) Type: mus/edit Version: 0.1.4 Architecture: m68k-amigaos This is an example resample utility which I managed to compile from the latest version of libsamplerate. A Sample Rate Converter using libsndfile for file I/O and Secret Rabbit Code (aka libsamplerate) for performing the conversion. It works on any file format supported by libsndfile with any number of channels (limited only by host memory). libsamplerate-0.1.4 (c) 2002-2008 Erik de Castro Lopo libsndfile-1.0.17 Usage : sndfile-resample -to [-c ] sndfile-resample -by [-c ] The optional -c argument allows the converter type to be chosen from the following list : 0 : Best Sinc Interpolator 1 : Medium Sinc Interpolator (default) 2 : Fastest Sinc Interpolator 3 : ZOH Interpolator 4 : Linear Interpolator Sources and more details available from:- http://www.mega-nerd.com/libsamplerate Feeling bored ? :) Why not check out this URL ? http://home.iprimus.com.au/lombi/1/homepage.htm