Changeset 158e031 for tests/src/pitch
- Timestamp:
- Dec 30, 2013, 10:09:32 PM (11 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:
- 5fef5f1
- Parents:
- 175a218
- Location:
- tests/src/pitch
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/pitch/test-pitch.c
r175a218 r158e031 1 1 #include <aubio.h> 2 2 3 int main ( )3 int main (void) 4 4 { 5 5 // 1. allocate some memory -
tests/src/pitch/test-pitchfcomb.c
r175a218 r158e031 6 6 #include <aubio.h> 7 7 8 int main ( )8 int main (void) 9 9 { 10 10 uint_t i = 0; -
tests/src/pitch/test-pitchmcomb.c
r175a218 r158e031 6 6 #include <aubio.h> 7 7 8 int main ( )8 int main (void) 9 9 { 10 10 uint_t n = 10; // compute n times -
tests/src/pitch/test-pitchschmitt.c
r175a218 r158e031 6 6 #include <aubio.h> 7 7 8 int main ( )8 int main (void) 9 9 { 10 10 uint_t n = 10; // compute n times -
tests/src/pitch/test-pitchspecacf.c
r175a218 r158e031 6 6 #include <aubio.h> 7 7 8 int main ( )8 int main (void) 9 9 { 10 10 uint_t n = 10; // compute n times -
tests/src/pitch/test-pitchyin.c
r175a218 r158e031 6 6 #include <aubio.h> 7 7 8 int main ( )8 int main (void) 9 9 { 10 10 uint_t n = 10; // compute n times -
tests/src/pitch/test-pitchyinfft.c
r175a218 r158e031 6 6 #include <aubio.h> 7 7 8 int main ( )8 int main (void) 9 9 { 10 10 uint_t n = 10; // compute n times
Note: See TracChangeset
for help on using the changeset viewer.