aubio_wavetable_get_amp method
get wavetable amplitude
\param o wavetable, created by new_aubio_wavetable()
\return current amplitude
Implementation
double aubio_wavetable_get_amp(
ffi.Pointer<aubio_wavetable_t> o,
) {
return _aubio_wavetable_get_amp(
o,
);
}