Skip to content

Commit 013e9d4

Browse files
author
Nasca Octavian PAUL
committed
Small description changes
1 parent c22753a commit 013e9d4

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
This is Paulstretch , Python version
22
by Nasca Octavian PAUL, Targu Mures, Romania
3+
http://www.paulnasca.com/
34

45
Requirements: Numpy, Scipy
56

67
Original version with GUI:
78
http://hypermammut.sourceforge.net/paulstretch/
89

10+
For start, I recomand to use "paulstretch_stereo.py".
11+
12+
The "paulstretch_mono.py" is a very simple test implementation of the Paulstretch algorithm.
13+
The "paulstretch_newmethod.py" is a extended/slower Paulstretch algorithm which has onset detection.
14+
15+
"paulstretch_steps.png" describes the steps of Paulstretch algorithm graphically.
16+
17+
The Paulstretch algorithm is released under Public Domain.
18+
19+

paulstretch_mono.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
# Paul's Extreme Sound Stretch (Paulstretch) - Python version
33
#
44
# by Nasca Octavian PAUL, Targu Mures, Romania
5+
# http://www.paulnasca.com/
56
#
67
# http://hypermammut.sourceforge.net/paulstretch/
78
#
9+
# this file is released under Public Domain
810
#
911

1012

paulstretch_newmethod.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
#
33
# Paul's Extreme Sound Stretch (Paulstretch) - Python version
44
# using a new method
5+
#
56
# by Nasca Octavian PAUL, Targu Mures, Romania
7+
# http://www.paulnasca.com/
68
#
79
# http://hypermammut.sourceforge.net/paulstretch/
810
#
11+
# this file is released under Public Domain
912
#
1013

1114

paulstretch_stereo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
# Paul's Extreme Sound Stretch (Paulstretch) - Python version
44
#
55
# by Nasca Octavian PAUL, Targu Mures, Romania
6+
# http://www.paulnasca.com/
67
#
78
# http://hypermammut.sourceforge.net/paulstretch/
89
#
10+
# this file is released under Public Domain
11+
#
912
#
1013

1114

0 commit comments

Comments
 (0)