32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
### PaulXStretch - Plugin for extreme time stretching and other spectral processing of audio
|
||
|
||
This application/plugin is based on the PaulStretch algorithm. (Paul’s Extreme Time Stretch, originally developed by Nasca Octavian Paul), and specifically the PaulXStretch version from Xenakios. The UI has been updated and adapted for various screen sizes.
|
||
|
||
PaulXStretch is only suitable for radical transformation of sounds. It is not suitable at all for subtle time or pitch corrections and such. Ambient music and sound design are probably the most suitable use cases. It can turn any short audio into an hours long ambient soundscape without batting an eye!
|
||
|
||
# Building
|
||
|
||
Source code is now maintained at:
|
||
|
||
https://github.com/essej/paulxstretch
|
||
|
||
Requirements for building from source code :
|
||
- A modern C++ compiler and standard library (C++14, some C++17 needs to be supported)
|
||
- JUCE 6.X : https://github.com/juce-framework/JUCE
|
||
- FFTW3.3.6
|
||
|
||
# Contributors
|
||
|
||
Copyright (C) 2006-2011 Nasca Octavian Paul, Tg. Mures, Romania
|
||
|
||
Copyright (C) 2017-2018 Xenakios
|
||
|
||
Copyright (C) 2022 Jesse Chappell
|
||
|
||
# License
|
||
Released under GNU General Public License v.3 license with App Store license
|
||
exception.
|
||
|
||
|
||
|