Changeset 8968ea7 for tests/src/test-mathutils.c
- Timestamp:
- Nov 29, 2018, 7:19:52 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 3821415
- Parents:
- c0ce78f (diff), 2cf905f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-mathutils.c
rc0ce78f r8968ea7 103 103 104 104 window_size /= 2.; 105 window = new_aubio_window(" triangle", window_size);105 window = new_aubio_window("parzen", window_size); 106 106 fvec_print(window); 107 107 del_fvec(window); … … 117 117 test_miditofreq(); 118 118 test_freqtomidi(); 119 test_aubio_window(); 119 120 return 0; 120 121 }
Note: See TracChangeset
for help on using the changeset viewer.