Ignore:
Timestamp:
Dec 8, 2013, 2:14:09 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:
3826e0b
Parents:
fe6a393a
Message:

examples/aubio{trac,onset}.c: add silence option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/parse_args.h

    rfe6a393a rce6186a  
    3838extern char_t * tempo_method;
    3939// more general stuff
    40 extern smpl_t silence;
     40extern smpl_t silence_threshold;
    4141extern uint_t mix_input;
    4242
     
    184184        break;
    185185      case 's':                /* silence threshold */
    186         silence = (smpl_t) atof (optarg);
     186        silence_threshold = (smpl_t) atof (optarg);
    187187        break;
    188188      case 'm':                /* mix_input flag */
Note: See TracChangeset for help on using the changeset viewer.