paulstretch_python

Paulstretch python version
Log | Files | Refs | README

commit 013e9d4817f104c16873d3d6368582b2733dd305
parent c22753a103d3464bb89ce65bea13ef5a68c18a94
Author: Nasca Octavian PAUL <zynaddsubfx@yahoo.com>
Date:   Thu,  5 Sep 2013 19:24:13 +0300

Small description changes

Diffstat:
MREADME | 11+++++++++++
Mpaulstretch_mono.py | 2++
Mpaulstretch_newmethod.py | 3+++
Mpaulstretch_stereo.py | 3+++
4 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -1,8 +1,19 @@ This is Paulstretch , Python version by Nasca Octavian PAUL, Targu Mures, Romania +http://www.paulnasca.com/ Requirements: Numpy, Scipy Original version with GUI: http://hypermammut.sourceforge.net/paulstretch/ +For start, I recomand to use "paulstretch_stereo.py". + +The "paulstretch_mono.py" is a very simple test implementation of the Paulstretch algorithm. +The "paulstretch_newmethod.py" is a extended/slower Paulstretch algorithm which has onset detection. + +"paulstretch_steps.png" describes the steps of Paulstretch algorithm graphically. + +The Paulstretch algorithm is released under Public Domain. + + diff --git a/paulstretch_mono.py b/paulstretch_mono.py @@ -2,9 +2,11 @@ # Paul's Extreme Sound Stretch (Paulstretch) - Python version # # by Nasca Octavian PAUL, Targu Mures, Romania +# http://www.paulnasca.com/ # # http://hypermammut.sourceforge.net/paulstretch/ # +# this file is released under Public Domain # diff --git a/paulstretch_newmethod.py b/paulstretch_newmethod.py @@ -2,10 +2,13 @@ # # Paul's Extreme Sound Stretch (Paulstretch) - Python version # using a new method +# # by Nasca Octavian PAUL, Targu Mures, Romania +# http://www.paulnasca.com/ # # http://hypermammut.sourceforge.net/paulstretch/ # +# this file is released under Public Domain # diff --git a/paulstretch_stereo.py b/paulstretch_stereo.py @@ -3,9 +3,12 @@ # Paul's Extreme Sound Stretch (Paulstretch) - Python version # # by Nasca Octavian PAUL, Targu Mures, Romania +# http://www.paulnasca.com/ # # http://hypermammut.sourceforge.net/paulstretch/ # +# this file is released under Public Domain +# #