Changeset 9c9202f for tests/src


Ignore:
Timestamp:
Apr 10, 2013, 1:47:05 AM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/pitch/pitchyinfft.c: adapt filter and shortest period to samplerate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/pitch/test-pitchyinfft.c

    r483b883 r9c9202f  
    1414  fvec_t * out = new_fvec (1); // output candidates
    1515  // create pitch object
    16   aubio_pitchyinfft_t *p  = new_aubio_pitchyinfft(win_s);
     16  aubio_pitchyinfft_t *p  = new_aubio_pitchyinfft(44100, win_s);
    1717  aubio_pitchyinfft_set_tolerance (p, 0.2);
    1818
Note: See TracChangeset for help on using the changeset viewer.