-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5aadfe4
commit 4f847a1
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
PyAutoTune | ||
========== | ||
|
||
Copyright 2012, Eng Eder de Souza | ||
|
||
This module provide one Tuner function to AutoTune sound chunks in Float 32bits. Designed for autotune in | ||
realtime microphone or recorded file. | ||
|
||
PyAutoTune is one port from the source written by Tom Baran http://tombaran.info/autotalent.html. | ||
|
||
This module provide an excellent performance in real time, tested in Linux and Windows! | ||
|
||
==REQUIREMENTS== | ||
========== | ||
|
||
Python 2.6 or later | ||
|
||
One C compiler | ||
|
||
NumPy 1.0 or later | ||
|
||
==INSTALLATION== | ||
========== | ||
|
||
PyAutoTune is packaged as Python and C source using distutils. To install, run the following command: | ||
|
||
python setup.py install | ||
|
||
==EXAMPLES== | ||
========== | ||
|
||
The package is imported with 'import AutoTune'. | ||
|
||
You can find two simple example (real-time and from-file) in the folder [examples] (http://github.com/ederwander/PyAutoTune/tree/master/Examples)! | ||
|
||
|
||
|