source: tests/src/test-fmat.c @ abd326c

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since abd326c was cd60b5c, checked in by Paul Brossier <piem@piem.org>, 12 years ago

tests/src/test-lvec.c, tests/src/test-fmat.c: add boilerplate

  • Property mode set to 100644
File size: 296 bytes
Line 
1#include <aubio.h>
2
3int main(){
4        uint_t length = 1024;                     /* length */
5        uint_t height = 1024;                     /* height */
6        fmat_t * mat = new_fmat (length, height); /* input buffer */
7        fmat_print(mat);
8        del_fmat(mat);
9        return 0;
10}
11
Note: See TracBrowser for help on using the repository browser.