paulxstretch/README.md

35 lines
1.4 KiB
Markdown
Raw Normal View History

### PaulXStretch - Plugin for extreme time stretching and other spectral processing of audio
This application/plugin is based on the PaulStretch algorithm. (Pauls 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 is included in deps/juce and is a slightly modified branch with
some improvements/augmentations. It is managed via the tool git-subrepo
and the original repository is: https://github.com/essej/JUCE in the
```sono6good``` branch
- FFTW >= 3.3.6
# Contributors
2017-12-15 19:09:51 +00:00
Copyright (C) 2006-2011 Nasca Octavian Paul, Tg. Mures, Romania
2018-02-15 20:02:46 +00:00
Copyright (C) 2017-2018 Xenakios
2017-12-15 19:09:51 +00:00
2022-04-14 14:21:44 +00:00
Copyright (C) 2022 Jesse Chappell
# License
2022-04-14 14:21:44 +00:00
Released under GNU General Public License v.3 license with App Store license
exception.
2017-12-15 19:09:51 +00:00
2018-02-07 14:55:48 +00:00