int main (void)
{
return 1;
}
return 1;
}
while (n) {
n--;
}
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
uint_t aubio_filterbank_set_power(aubio_filterbank_t *f, smpl_t power)
set power parameter
smpl_t aubio_filterbank_get_norm(aubio_filterbank_t *f)
get norm parameter
void del_aubio_filterbank(aubio_filterbank_t *f)
destroy filterbank object
uint_t aubio_filterbank_set_norm(aubio_filterbank_t *f, smpl_t norm)
set norm parameter
aubio_filterbank_t * new_aubio_filterbank(uint_t n_filters, uint_t win_s)
create filterbank object
fmat_t * aubio_filterbank_get_coeffs(const aubio_filterbank_t *f)
return a pointer to the matrix object containing all filter coefficients
struct _aubio_filterbank_t aubio_filterbank_t
filterbank object
uint_t aubio_filterbank_set_coeffs(aubio_filterbank_t *f, const fmat_t *filters)
copy filter coefficients to the filterbank
void aubio_filterbank_do(aubio_filterbank_t *f, const cvec_t *in, fvec_t *out)
compute filterbank
smpl_t aubio_filterbank_get_power(aubio_filterbank_t *f)
get power parameter
void fmat_print(const fmat_t *s)
print out fmat data
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
Vector of real-valued phase and spectrum data.
unsigned int uint_t
unsigned integer
float smpl_t
short sample format (32 or 64 bits)