Changeset e2b1bda


Ignore:
Timestamp:
Mar 16, 2006, 4:56:02 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:
4afa096d
Parents:
83376e9
Message:

add pitch buf, hop and yinthresh, no smoothing
add pitch buf, hop and yinthresh, no smoothing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/task/params.py

    r83376e9 re2b1bda  
    1111                self.bufsize = 512
    1212                self.hopsize = 256
     13                self.pbufsize = 2048
     14                self.phopsize =  512
    1315                self.samplerate = 44100
    1416                self.tol = 0.05
     
    1820                self.onsetmode = 'dual'
    1921                self.pitchmode = 'yin'
    20                 self.pitchsmooth = 7
     22                self.yinthresh = 0.2
     23                self.pitchsmooth = 0
    2124                self.pitchmin=100.
    2225                self.pitchmax=1000.
Note: See TracChangeset for help on using the changeset viewer.