- Timestamp:
- Oct 7, 2009, 7:36:31 PM (15 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:
- bd1a630
- Parents:
- 1294862
- Location:
- tests/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-pitchdetection.c
r1294862 re5e693e 16 16 17 17 while (i < 1000) { 18 aubio_pitchdetection (o,in);18 aubio_pitchdetection_do (o,in); 19 19 i++; 20 20 }; -
tests/src/test-pitchfcomb.c
r1294862 re5e693e 14 14 15 15 while (i < 1000) { 16 aubio_pitchfcomb_d etect(o,in);16 aubio_pitchfcomb_do (o,in); 17 17 i++; 18 18 }; -
tests/src/test-pitchmcomb.c
r1294862 re5e693e 13 13 14 14 while (i < 1000) { 15 aubio_pitchmcomb_d etect(o,in);15 aubio_pitchmcomb_do (o,in); 16 16 i++; 17 17 }; -
tests/src/test-pitchschmitt.c
r1294862 re5e693e 11 11 12 12 while (i < 1000) { 13 aubio_pitchschmitt_d etect(o,in);13 aubio_pitchschmitt_do (o,in); 14 14 i++; 15 15 }; -
tests/src/test-pitchyinfft.c
r1294862 re5e693e 10 10 11 11 while (i < 10) { 12 aubio_pitchyinfft_d etect(o,in,0.2);12 aubio_pitchyinfft_do (o,in,0.2); 13 13 i++; 14 14 };
Note: See TracChangeset
for help on using the changeset viewer.