Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
Stretcher Struct Reference

Stretcher interface. More...

#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.
 

Detailed Description

Stretcher interface.

Definition at line 43 of file stretcher.h.

Field Documentation

◆ backend

StretcherBackend Stretcher::backend

Definition at line 45 of file stretcher.h.

◆ block_size

unsigned int Stretcher::block_size

Size of the block to process in each iteration.

Somewhere around 6k should be fine.

Definition at line 60 of file stretcher.h.

◆ channels

unsigned int Stretcher::channels

Definition at line 51 of file stretcher.h.

◆ is_realtime

bool Stretcher::is_realtime

Definition at line 53 of file stretcher.h.

◆ rubberband_state

RubberBandState Stretcher::rubberband_state

For rubberband API.

Definition at line 48 of file stretcher.h.

◆ samplerate

unsigned int Stretcher::samplerate

Definition at line 50 of file stretcher.h.


The documentation for this struct was generated from the following file: