Changeset 6b384f3 for python


Ignore:
Timestamp:
May 28, 2005, 11:48:06 PM (20 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:
382c42e
Parents:
98df9f4
Message:

fix buffer size settings in new aubiocut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    r98df9f4 r6b384f3  
    9494filename   = options.filename
    9595samplerate = float(sndfile(filename).samplerate())
    96 hopsize    = options.hopsize
    97 bufsize    = options.bufsize
     96hopsize    = float(options.hopsize)
     97bufsize    = float(options.bufsize)
    9898threshold  = float(options.threshold)
    9999silence    = float(options.silence)
Note: See TracChangeset for help on using the changeset viewer.