Changeset 28d8c4a for src/pitchfcomb.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/pitchfcomb.c

    rea865c9 r28d8c4a  
    9191
    9292    /* map delta phase into +/- Pi interval */
    93     tmp = unwrap2pi(tmp);
     93    tmp = aubio_unwrap2pi(tmp);
    9494
    9595    /* get deviation from bin frequency from the +/- Pi interval */
Note: See TracChangeset for help on using the changeset viewer.