- Timestamp:
- Oct 29, 2018, 4:09:49 PM (6 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
- Children:
- f9400d0
- Parents:
- 5c6a8587
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/slicing.py
r5c6a8587 r97a8bef 28 28 of `source_file` will be used. When using a sampling rate 29 29 different to the one of the original files, `timestamps` and 30 `timestamps_end` should be expressed in re-sampled samples.30 `timestamps_end` should be expressed in the re-sampled signal. 31 31 32 32 The `hopsize` parameter simply tells :class:`source` to use this … … 62 62 63 63 >>> aubio.slice_source_at_stamps('loop.wav', [44100], [44100*2]) 64 65 Notes 66 ----- 67 Slices may be overlapping. If `timestamps_end` is `1` element 68 shorter than `timestamps`, the last slice will end at the end of 69 the file. 64 70 """ 65 71
Note: See TracChangeset
for help on using the changeset viewer.