Quefumas / gensound

Pythonic audio processing and generation framework
Apache License 2.0
81 stars 6 forks source link

Parametric Stretch #10

Closed Quefumas closed 3 years ago

Quefumas commented 3 years ago

Stretch transform can only receive constant factor or rate, but it would be really cool to adapt it for parametric stretch, that changes with time. This should not be too difficult, requires a bit of mathematics and 2-3 lines in Stretch.realise()

Quefumas commented 3 years ago

Pushed into master, will be included in 0.6.