Changeset c059581 for tests/src/synth/test-sampler.c
- Timestamp:
- Mar 23, 2013, 1:55:50 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:
- ef47246
- Parents:
- c19f9e5 (diff), b8389de (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/src/synth/test-sampler.c ¶
rc19f9e5 rc059581 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.