From 2cedc83dcec78641e8947f2d7cf84a33bebe1803 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 8 Mar 2013 14:38:45 -0500 Subject: [PATCH] demos/demo_onset.py: simplify imports --- python/demos/demo_onset.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/demos/demo_onset.py b/python/demos/demo_onset.py index 75c6f1c5..55b3c695 100755 --- a/python/demos/demo_onset.py +++ b/python/demos/demo_onset.py @@ -1,8 +1,7 @@ #! /usr/bin/env python import sys -from aubio import onset, source -from numpy import array, hstack, zeros +from aubio import source, onset win_s = 512 # fft size hop_s = win_s / 2 # hop size -- 2.11.0