Changeset d945976 for python/lib


Ignore:
Timestamp:
Jan 12, 2014, 5:00:15 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:
f36ecea
Parents:
a4ec189
Message:

python/lib/aubio/slicing.py: next_stamp can be 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/slicing.py

    ra4ec189 rd945976  
    3030    # get next region
    3131    next_stamp = int(timestamps.pop(0))
    32     if not next_stamp:
    33         next_stamp = int(timestamps.pop(0))
    3432
    3533    while True:
Note: See TracChangeset for help on using the changeset viewer.