jack_adapter_pull_and_push

Pull input to and push output from adapter ringbuffer. @param adapter the adapter @param input an array of audio input buffers @param output an array of audio ouput buffers @param frames number of frames

@return 0 on success, otherwise a non-zero error code

extern (C)
int
jack_adapter_pull_and_push
(,
float** input
,
float** output
,
uint frames
)

Meta