jack_adapter_push_and_pull

Push input to and pull 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_push_and_pull
(,
float** input
,
float** output
,
uint frames
)

Meta