Changeset 679441e
- Timestamp:
- Apr 30, 2008, 8:50:36 PM (16 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:
- fed9433
- Parents:
- fcc3fd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchyinfft.c
rfcc3fd2 r679441e 32 32 fvec_t * weight; /**< spectral weighting window (psychoacoustic model) */ 33 33 cvec_t * fftout; /**< Fourier transform output */ 34 aubio_fft_t * fft; /**< fft object to compute square difference function */34 aubio_fft_t * fft; /**< fft object to compute square difference function */ 35 35 fvec_t * yinfft; /**< Yin function */ 36 36 };
Note: See TracChangeset
for help on using the changeset viewer.