aubio_wavetable_get_freq method
get wavetable frequency
\param o wavetable, created by new_aubio_wavetable()
\return current frequency, in Hz
Implementation
double aubio_wavetable_get_freq(
ffi.Pointer<aubio_wavetable_t> o,
) {
return _aubio_wavetable_get_freq(
o,
);
}