Changeset 9720945 for tests/src/pitch
- Timestamp:
- Oct 1, 2017, 4:00:07 PM (7 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:
- 7b183ce
- Parents:
- b65230a
- Location:
- tests/src/pitch
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/pitch/test-pitch.c
rb65230a r9720945 3 3 int main (void) 4 4 { 5 aubio_init();6 7 5 // 1. allocate some memory 8 6 uint_t n = 0; // frame counter -
tests/src/pitch/test-pitchfcomb.c
rb65230a r9720945 8 8 int main (void) 9 9 { 10 aubio_init();11 10 uint_t i = 0; 12 11 uint_t win_s = 1024; // window size -
tests/src/pitch/test-pitchmcomb.c
rb65230a r9720945 8 8 int main (void) 9 9 { 10 aubio_init();11 12 10 uint_t n = 10; // compute n times 13 11 uint_t win_s = 1024; // window size -
tests/src/pitch/test-pitchschmitt.c
rb65230a r9720945 8 8 int main (void) 9 9 { 10 aubio_init();11 10 uint_t n = 10; // compute n times 12 11 uint_t win_s = 1024; // window size -
tests/src/pitch/test-pitchspecacf.c
rb65230a r9720945 8 8 int main (void) 9 9 { 10 aubio_init();11 12 10 uint_t n = 10; // compute n times 13 11 uint_t win_s = 1024; // window size -
tests/src/pitch/test-pitchyin.c
rb65230a r9720945 8 8 int main (void) 9 9 { 10 aubio_init();11 12 10 uint_t n = 10; // compute n times 13 11 uint_t win_s = 1024; // window size -
tests/src/pitch/test-pitchyinfft.c
rb65230a r9720945 8 8 int main (void) 9 9 { 10 aubio_init();11 12 10 uint_t n = 10; // compute n times 13 11 uint_t win_s = 1024; // window size
Note: See TracChangeset
for help on using the changeset viewer.