Changeset 650e39b for python/aubiopitch


Ignore:
Timestamp:
Mar 21, 2006, 11:59:17 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:
4798fdf
Parents:
4994ebb
Message:

add yinfft method, make it default for pd plugin
add yinfft method, make it default for pd plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiopitch

    r4994ebb r650e39b  
    9090params.bufsize    = int(options.bufsize)
    9191params.step       = params.samplerate/float(params.hopsize)
    92 params.threshold  = float(options.threshold)
     92params.yinthresh  = float(options.threshold)
    9393params.silence    = float(options.silence)
    9494params.verbose    = options.verbose
     
    100100if options.note:
    101101        exit("not implemented yet")
    102 
    103102
    104103wplot,oplots = [],[]
Note: See TracChangeset for help on using the changeset viewer.