aubio_sink_get_samplerate method
get samplerate of sink object
\param s sink object, created with ::new_aubio_sink \return samplerate, in Hz
Implementation
int aubio_sink_get_samplerate(
ffi.Pointer<aubio_sink_t> s,
) {
return _aubio_sink_get_samplerate(
s,
);
}