int main (void)
{
return 0;
}
Global aubio include file.
cvec_t * new_cvec(uint_t length)
cvec_t buffer creation function
void del_cvec(cvec_t *s)
cvec_t buffer deletion function
fvec_t * new_fvec(uint_t length)
fvec_t buffer creation function
void del_fvec(fvec_t *s)
fvec_t buffer deletion function
void aubio_cleanup(void)
clean up cached memory at the end of program
aubio_specdesc_t * new_aubio_specdesc(const char_t *method, uint_t buf_size)
creation of a spectral description object
void del_aubio_specdesc(aubio_specdesc_t *o)
deletion of a spectral descriptor
void aubio_specdesc_do(aubio_specdesc_t *o, const cvec_t *fftgrain, fvec_t *desc)
execute spectral description function on a spectral frame
struct _aubio_specdesc_t aubio_specdesc_t
spectral description structure
Vector of real-valued phase and spectrum data.
unsigned int uint_t
unsigned integer