Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ederwander authored Jul 22, 2020
1 parent 5aadfe4 commit 4f847a1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions ForPy2X/README.md
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)!



0 comments on commit 4f847a1

Please sign in to comment.