Changeset 9d6001cb for tests/src/pitch
- Timestamp:
- Jul 11, 2012, 12:26:51 AM (13 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- e7e11bf
- Parents:
- 02418f6
- Location:
- tests/src/pitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/pitch/test-pitch.c
r02418f6 r9d6001cb 20 20 21 21 del_aubio_pitch (o); 22 del_fvec (out); 22 23 del_fvec (in); 23 24 aubio_cleanup (); -
tests/src/pitch/test-pitchfcomb.c
r02418f6 r9d6001cb 19 19 20 20 del_aubio_pitchfcomb(o); 21 del_fvec(out); 21 22 del_fvec(in); 22 23 aubio_cleanup();
Note: See TracChangeset
for help on using the changeset viewer.