Changes in examples/utils.h [7c6c806d:660cad22]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified examples/utils.h ¶
r7c6c806d r660cad22 98 98 extern aubio_pickpeak_t * parms; 99 99 100 /* mfcc objects */101 // params102 extern uint_t n_filters;103 extern uint_t nyquist;104 extern smpl_t lowfreq;105 extern smpl_t highfreq;106 // filterbank object107 extern aubio_mel_filter * mf;108 // DCT pvoc and result storage109 extern aubio_mfft_t * fft_dct;110 extern cvec_t * fftgrain_dct;111 extern smpl_t mfcc_outbuf[20];112 100 113 101 /* pitch objects */
Note: See TracChangeset
for help on using the changeset viewer.