recorder_get_buffer function

int recorder_get_buffer(
  1. int self,
  2. int output,
  3. int floats_to_read
)

Implementation

int recorder_get_buffer(int self, int output, int floats_to_read) =>
    _recorder_get_buffer(self, output, floats_to_read);