148 #ifndef _AUBIO_SPECDESC_H 
  149 #define _AUBIO_SPECDESC_H 
void del_aubio_specdesc(aubio_specdesc_t *o)
deletion of a spectral descriptor 
aubio_specdesc_t * new_aubio_specdesc(char_t *method, uint_t buf_size)
creation of a spectral description object 
struct _aubio_specdesc_t aubio_specdesc_t
spectral description structure 
Vector of real-valued phase and spectrum data. 
unsigned int uint_t
unsigned integer 
void aubio_specdesc_do(aubio_specdesc_t *o, cvec_t *fftgrain, fvec_t *desc)
execute spectral description function on a spectral frame