uint_t aubio_pitch_set_unit(aubio_pitch_t *o, const char_t *mode)
set the output unit of the pitch detection object
float smpl_t
short sample format (32 or 64 bits)
uint_t aubio_pitch_set_silence(aubio_pitch_t *o, smpl_t silence)
set the silence threshold of the pitch detection object
smpl_t aubio_pitch_get_silence(aubio_pitch_t *o)
set the silence threshold of the pitch detection object
uint_t aubio_pitch_set_tolerance(aubio_pitch_t *o, smpl_t tol)
change yin or yinfft tolerance threshold
void del_aubio_pitch(aubio_pitch_t *o)
deletion of the pitch detection object
smpl_t aubio_pitch_get_confidence(aubio_pitch_t *o)
get the current confidence
void aubio_pitch_do(aubio_pitch_t *o, const fvec_t *in, fvec_t *out)
execute pitch detection on an input signal frame
unsigned int uint_t
unsigned integer
aubio_pitch_t * new_aubio_pitch(const char_t *method, uint_t buf_size, uint_t hop_size, uint_t samplerate)
creation of the pitch detection object
smpl_t aubio_pitch_get_tolerance(aubio_pitch_t *o)
get yin or yinfft tolerance threshold
struct _aubio_pitch_t aubio_pitch_t
pitch detection object