27 #ifndef _AUBIO_NOTES_H 28 #define _AUBIO_NOTES_H void del_aubio_notes(aubio_notes_t *o)
delete notes detection object
float smpl_t
short sample format (32 or 64 bits)
uint_t aubio_notes_set_silence(aubio_notes_t *o, smpl_t silence)
set notes detection silence threshold
smpl_t aubio_notes_get_release_drop(const aubio_notes_t *o)
get notes object release drop level, in dB
aubio_notes_t * new_aubio_notes(const char_t *method, uint_t buf_size, uint_t hop_size, uint_t samplerate)
create notes detection object
smpl_t aubio_notes_get_minioi_ms(const aubio_notes_t *o)
get notes detection minimum inter-onset interval, in millisecond
struct _aubio_notes_t aubio_notes_t
notes detection object
smpl_t aubio_notes_get_silence(const aubio_notes_t *o)
get notes detection silence threshold
void aubio_notes_do(aubio_notes_t *o, const fvec_t *input, fvec_t *output)
execute note detection on an input signal frame
unsigned int uint_t
unsigned integer
uint_t aubio_notes_set_release_drop(aubio_notes_t *o, smpl_t release_drop)
set note release drop level, in dB
uint_t aubio_notes_set_minioi_ms(aubio_notes_t *o, smpl_t minioi_ms)
set notes detection minimum inter-onset interval, in millisecond