Changeset a2ca72a


Ignore:
Timestamp:
Feb 1, 2014, 3:10:15 PM (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:
bc6c1a7
Parents:
c76345e
Message:

python/scripts/aubiocut: use input samplerate to write slices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/scripts/aubiocut

    rc76345e ra2ca72a  
    187187            timestamps_end += [ 1e120 ] * (options.cut_until_nslices + 1)
    188188        slice_source_at_stamps(source_file, timestamps, timestamps_end = timestamps_end,
    189                 output_dir = options.output_directory)
     189                output_dir = options.output_directory,
     190                samplerate = samplerate)
    190191
    191192        # print some info
Note: See TracChangeset for help on using the changeset viewer.