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
  • src/pitch/pitchyinfft.h

    r483b883 r9c9202f  
    5959 
    6060*/
    61 aubio_pitchyinfft_t *new_aubio_pitchyinfft (uint_t buf_size);
     61aubio_pitchyinfft_t *new_aubio_pitchyinfft (uint_t samplerate, uint_t buf_size);
    6262/** deletion of the pitch detection object
    6363 
Note: See TracChangeset for help on using the changeset viewer.