- Timestamp:
- May 28, 2005, 11:48:06 PM (20 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiocut
r98df9f4 r6b384f3 94 94 filename = options.filename 95 95 samplerate = float(sndfile(filename).samplerate()) 96 hopsize = options.hopsize97 bufsize = options.bufsize96 hopsize = float(options.hopsize) 97 bufsize = float(options.bufsize) 98 98 threshold = float(options.threshold) 99 99 silence = float(options.silence)
Note: See TracChangeset
for help on using the changeset viewer.