Skip to content

cournape/samplerate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samplerate is a small wrapper around libsamplerate (SRC aka Source Rabbit Code)
for high quality sampling rate convertion from audio data in numpy arrays

# Requirements:

To use/install this package, you need:
    - a python interpreter
    - a recent version of numpy (>=1.2) (http://www.scipy.org)
    - Source Rabbit Code from Erik de Castro Lopo
      (http://www.mega-nerd.com/SRC/)

To install, a simple python setup.py install should do it. If the Source Rabbit
Code is installed in non standart location, you may need a site.cfg file to add
the location of the library + location (see numpy.distutils for details)

# License:

The license of samplerate is GPL, as libsamplerate.

# Usage:

See included documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages