|
Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
|
Options governing a stretch operation. More...
#include <src/dsp/timestretch_engine.h>
Public Types | |
| enum class | Algorithm : std::uint8_t { Beats , Monophonic , Polyphonic , Repitch } |
| Material-aware timestretch algorithm. More... | |
Data Fields | |
| Algorithm | algorithm { Algorithm::Polyphonic } |
| bool | preserve_formants { false } |
| Preserve formants (only meaningful when algorithm is not Repitch). | |
Options governing a stretch operation.
Definition at line 24 of file timestretch_engine.h.
|
strong |
Material-aware timestretch algorithm.
Definition at line 44 of file timestretch_engine.h.
| Algorithm zrythm::dsp::StretchOptions::algorithm { Algorithm::Polyphonic } |
Definition at line 53 of file timestretch_engine.h.
| bool zrythm::dsp::StretchOptions::preserve_formants { false } |
Preserve formants (only meaningful when algorithm is not Repitch).
Definition at line 55 of file timestretch_engine.h.