- Timestamp:
- Mar 23, 2013, 1:41:03 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:
- b8389de
- Parents:
- bd1fa89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/synth/test-sampler.c
rbd1fa89 rf174a22 14 14 15 15 uint_t samplerate = 0; // default is the samplerate of input_path 16 uint_t hop_size = 512;16 uint_t hop_size = 256; 17 17 uint_t n_frames = 0, read = 0; 18 18 … … 36 36 aubio_sampler_play ( sampler ); 37 37 } 38 if (n_frames / hop_size == 20) { 38 if (n_frames / hop_size == 40) { 39 aubio_sampler_play ( sampler ); 40 } 41 if (n_frames / hop_size == 70) { 39 42 aubio_sampler_play ( sampler ); 40 43 }
Note: See TracChangeset
for help on using the changeset viewer.