Changeset 1b62ee9


Ignore:
Timestamp:
May 10, 2016, 11:02:57 PM (8 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:
168a154
Parents:
0b64f15
Message:

python/lib/aubio/slicing.py: fix samplerate

File:
1 edited

Legend:

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

    r0b64f15 r1b62ee9  
    4040    # open source file
    4141    _source = source(source_file, samplerate, hopsize)
    42     samplerate = source.get_samplerate()
     42    samplerate = _source.samplerate
    4343
    4444    total_frames = 0
Note: See TracChangeset for help on using the changeset viewer.