Changeset 679441e for src/pitch


Ignore:
Timestamp:
Apr 30, 2008, 8:50:36 PM (16 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:
fed9433
Parents:
fcc3fd2
Message:

src/pitch/pitchyinfft.c: fix indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchyinfft.c

    rfcc3fd2 r679441e  
    3232  fvec_t * weight;    /**< spectral weighting window (psychoacoustic model) */
    3333  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 */
    3535  fvec_t * yinfft;    /**< Yin function */
    3636};
Note: See TracChangeset for help on using the changeset viewer.