aubio_audio_unit_stop method
Implementation
int aubio_audio_unit_stop(
ffi.Pointer<aubio_audio_unit_t> o,
) {
return _aubio_audio_unit_stop(
o,
);
}
int aubio_audio_unit_stop(
ffi.Pointer<aubio_audio_unit_t> o,
) {
return _aubio_audio_unit_stop(
o,
);
}