From a2cc58647900f3888838a9016f5d9d37c8160569 Mon Sep 17 00:00:00 2001 From: John Glover Date: Tue, 11 Sep 2012 13:21:49 +0200 Subject: [base, peak_detection] Allow blocks of samples smaller than the frame size to be copied to Frame objects. Remove unused code from Peak objects relating to old Partials objects. Manage memory for sample arrays in Frame objects if operating in non-real-time. --- .gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8f13ade..9e27ca7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ Icon? Thumbs.db *.swp +*.wav # Distutils/pip files build @@ -13,14 +14,6 @@ build_release *.o *.so *.os -*_wrap.c -*_wrap.cc -*_wrap.cpp -*_wrap.h - -# Files generated by SWIG -simpl/simplsndobj.py -simpl/simplsms.py # Files generated by Cython simpl/base.cpp -- cgit v1.2.3