- Timestamp:
- Aug 22, 2005, 10:59:13 PM (19 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r98ef4df r79c2e52 122 122 uint_t vec_peakpick(fvec_t * input, uint_t pos); 123 123 smpl_t aubio_bintomidi(smpl_t bin, smpl_t samplerate, smpl_t fftsize); 124 smpl_t aubio_miditobin(smpl_t midi, smpl_t samplerate, smpl_t fftsize); 124 125 smpl_t aubio_bintofreq(smpl_t bin, smpl_t samplerate, smpl_t fftsize); 126 smpl_t aubio_freqtobin(smpl_t freq, smpl_t samplerate, smpl_t fftsize); 125 127 smpl_t aubio_freqtomidi(smpl_t freq); 128 smpl_t aubio_miditofreq(smpl_t midi); 126 129 uint_t aubio_silence_detection(fvec_t * ibuf, smpl_t threshold); 127 130 smpl_t aubio_level_detection(fvec_t * ibuf, smpl_t threshold);
Note: See TracChangeset
for help on using the changeset viewer.