Changeset 79c2e52 for swig/aubio.i


Ignore:
Timestamp:
Aug 22, 2005, 10:59:13 PM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
3ec9d9c
Parents:
98ef4df
Message:

added bintomidi, freqtobin, miditofreq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r98ef4df r79c2e52  
    122122uint_t vec_peakpick(fvec_t * input, uint_t pos);
    123123smpl_t aubio_bintomidi(smpl_t bin, smpl_t samplerate, smpl_t fftsize);
     124smpl_t aubio_miditobin(smpl_t midi, smpl_t samplerate, smpl_t fftsize);
    124125smpl_t aubio_bintofreq(smpl_t bin, smpl_t samplerate, smpl_t fftsize);
     126smpl_t aubio_freqtobin(smpl_t freq, smpl_t samplerate, smpl_t fftsize);
    125127smpl_t aubio_freqtomidi(smpl_t freq);
     128smpl_t aubio_miditofreq(smpl_t midi);
    126129uint_t aubio_silence_detection(fvec_t * ibuf, smpl_t threshold);
    127130smpl_t aubio_level_detection(fvec_t * ibuf, smpl_t threshold);
Note: See TracChangeset for help on using the changeset viewer.