Ignore:
Timestamp:
Dec 7, 2013, 12:14:50 AM (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:
44e94f3c
Parents:
cc6b221
Message:

examples/: move parse_args to parse_args.h, clean up, remove lash and old frames_delay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiopitch.c

    rcc6b221 r1b25a70  
    2020
    2121#include "utils.h"
     22#define PROG_HAS_PITCH 1
     23#include "parse_args.h"
    2224
    2325unsigned int pos = 0; /*frames%dspblocksize*/
     
    6668  examples_common_init(argc,argv);
    6769
    68   o = new_aubio_pitch (pitch_mode, buffer_size, overlap_size, samplerate);
     70  o = new_aubio_pitch (pitch_method, buffer_size, overlap_size, samplerate);
    6971  pitch = new_fvec (1);
    7072
Note: See TracChangeset for help on using the changeset viewer.