Zrythm
a highly automated and intuitive digital audio workstation
|
#include <dsp/stretcher.h>
Data Fields | |
StretcherBackend | backend |
RubberBandState | rubberband_state |
For rubberband API. | |
unsigned int | samplerate |
unsigned int | channels |
bool | is_realtime |
unsigned int | block_size |
Size of the block to process in each iteration. | |
Stretcher interface.
Definition at line 42 of file stretcher.h.
StretcherBackend Stretcher::backend |
Definition at line 44 of file stretcher.h.
unsigned int Stretcher::block_size |
Size of the block to process in each iteration.
Somewhere around 6k should be fine.
Definition at line 59 of file stretcher.h.
unsigned int Stretcher::channels |
Definition at line 50 of file stretcher.h.
bool Stretcher::is_realtime |
Definition at line 52 of file stretcher.h.
RubberBandState Stretcher::rubberband_state |
For rubberband API.
Definition at line 47 of file stretcher.h.
unsigned int Stretcher::samplerate |
Definition at line 49 of file stretcher.h.