- Timestamp:
- Apr 10, 2013, 1:47:05 AM (12 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:
- e987c05
- Parents:
- 483b883
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/pitch/test-pitchyinfft.c
r483b883 r9c9202f 14 14 fvec_t * out = new_fvec (1); // output candidates 15 15 // create pitch object 16 aubio_pitchyinfft_t *p = new_aubio_pitchyinfft( win_s);16 aubio_pitchyinfft_t *p = new_aubio_pitchyinfft(44100, win_s); 17 17 aubio_pitchyinfft_set_tolerance (p, 0.2); 18 18
Note: See TracChangeset
for help on using the changeset viewer.