From 4591b4f5e4d0f3d128baffb77d32616b212d9c88 Mon Sep 17 00:00:00 2001 From: John Glover Date: Thu, 11 Nov 2010 11:00:08 +0000 Subject: Added wrapper around reading in wav files, choosing the right floating point type and scaling values to between -1 and 1 --- __init__.py | 1 + 1 file changed, 1 insertion(+) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index cd46097..182226e 100644 --- a/__init__.py +++ b/__init__.py @@ -20,6 +20,7 @@ from sndobj import SndObjPeakDetection, SndObjPartialTracking, SndObjSynthesis from sms import SMSPeakDetection, SMSPartialTracking, SMSSynthesis, SMSResidual from mq import MQPeakDetection, MQPartialTracking, MQSynthesis from plot import plot_peaks, plot_partials +from audio import read_wav import numpy -- cgit v1.2.3