Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/synth/test-sampler.c

    r22df684 rf174a22  
    1414
    1515  uint_t samplerate = 0; // default is the samplerate of input_path
    16   uint_t hop_size = 512;
     16  uint_t hop_size = 256;
    1717  uint_t n_frames = 0, read = 0;
    1818
     
    3636      aubio_sampler_play ( sampler );
    3737    }
    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) {
    3942      aubio_sampler_play ( sampler );
    4043    }
Note: See TracChangeset for help on using the changeset viewer.