Changeset be83390
- Timestamp:
- Nov 24, 2018, 6:29:55 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:
- 075bc57
- Parents:
- b5a0479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/tempo/test-tempo.c
rb5a0479 rbe83390 116 116 out = new_fvec(1); 117 117 118 for (i = 0; i < 4; i++) 118 // up to step = (next_power_of_two(5.8 * samplerate / hop_size ) / 4 ) 119 for (i = 0; i < 256 + 1; i++) 119 120 { 120 121 aubio_tempo_do(t,in,out);
Note: See TracChangeset
for help on using the changeset viewer.