Changes in tests/src/synth/test-sampler.c [22df684:f174a22]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/synth/test-sampler.c
r22df684 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.