Changeset 258d441


Ignore:
Timestamp:
Dec 7, 2013, 8:35:04 PM (10 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:
fd46d1e
Parents:
4219f8a
Message:

src/aubio.h: add pitchspecacf, remove from python/lib/generator

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/lib/generator.py

    r4219f8a r258d441  
    5252      'pitchmcomb',
    5353      'pitchschmitt',
     54      'pitchspecacf',
    5455      'pitchyin',
    5556      'pitchyinfft',
  • src/aubio.h

    r4219f8a r258d441  
    204204#include "pitch/pitchschmitt.h"
    205205#include "pitch/pitchfcomb.h"
     206#include "pitch/pitchspecacf.h"
    206207#include "tempo/beattracking.h"
    207208#include "utils/scale.h"
Note: See TracChangeset for help on using the changeset viewer.