Skip to content

cbrown1/pysoundtouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

pysoundtouch

A python binding to the soundtouch library.

At this point only one function is implemented: shift_pitch.

Prerequisites

Installing

Download:

git clone https://github.com/cbrown1/pysoundtouch.git

Compile and install:

python setup.py build
sudo python setup.py install

Usage

alpha = -1 # shift 1 octave down in frequency
shift_pitch(sig, fs, alpha)

Authors

  • Olli Parviainen - Original soundtouch library

  • Christopher Brown

License

This project is licensed under the GPLv3 - see the LICENSE.md file for details.

About

A python binding to the soundtouch library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published