Changeset 28d8c4a for src/fft.c


Ignore:
Timestamp:
Aug 9, 2005, 12:09:36 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:
5e9c68a
Parents:
ea865c9
Message:

prefix mathutils function with aubio_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fft.c

    rea865c9 r28d8c4a  
    150150        for (i=0; i < fft->channels; i++) {
    151151                for (j=0; j<fft->winsize/2+1; j++) {
    152                         fft->spec[i][j]  = CEXPC(I*unwrap2pi(fftgrain->phas[i][j]));
     152                        fft->spec[i][j]  = CEXPC(I*aubio_unwrap2pi(fftgrain->phas[i][j]));
    153153                        fft->spec[i][j] *= fftgrain->norm[i][j];
    154154                }
Note: See TracChangeset for help on using the changeset viewer.