155 #ifndef AUBIO_SPECDESC_H 156 #define AUBIO_SPECDESC_H 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
aubio_specdesc_t * new_aubio_specdesc(const char_t *method, uint_t buf_size)
creation of a spectral description object
Vector of real-valued phase and spectrum data.
unsigned int uint_t
unsigned integer