- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/spectral/test-phasevoc.c
r0184994 r986131d 3 3 int main (void) 4 4 { 5 aubio_init(); 6 5 7 uint_t n = 6; // compute n times 6 8 uint_t win_s = 32; // window size … … 42 44 del_fvec(out); 43 45 del_aubio_pvoc(pv); 46 44 47 aubio_cleanup(); 45 48
Note: See TracChangeset
for help on using the changeset viewer.