Changeset 2cedc83


Ignore:
Timestamp:
Mar 8, 2013, 8:38:45 PM (11 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:
5d5d6b9
Parents:
973206a
Message:

demos/demo_onset.py: simplify imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/demos/demo_onset.py

    r973206a r2cedc83  
    22
    33import sys
    4 from aubio import onset, source
    5 from numpy import array, hstack, zeros
     4from aubio import source, onset
    65
    76win_s = 512                 # fft size
Note: See TracChangeset for help on using the changeset viewer.