Metadata-Version: 1.1
Name: scikits.samplerate
Version: 0.4.0.dev0
Summary: A python module for high quality audio resampling
Home-page: http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/samplerate
Author: David Cournapeau
Author-email: david@ar.media.kyoto-u.ac.jp
License: GPL
Download-URL: http://pypi.python.org/pypi/scikits.samplerate
Description: Samplerate is a small python package to do high quality audio resampling for
        data in numpy arrays; IOW, it is a matlab resample replacement.
        
        Samplerate is a wrapper around the Secret Rabbit Code from Erik de Castro Lopo
        (http://www.mega-nerd.com/SRC/), which has high quality converters based on the
        work of J.O Smith from CCRMA (see
        http://ccrma.stanford.edu/~jos/resample/optfir.pdf)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering
