diff options
author | John Glover <john@87-198-53-226.ptr.magnet.ie> | 2010-11-11 11:00:08 +0000 |
---|---|---|
committer | John Glover <john@87-198-53-226.ptr.magnet.ie> | 2010-11-11 11:00:08 +0000 |
commit | 4591b4f5e4d0f3d128baffb77d32616b212d9c88 (patch) | |
tree | f85213b8deb10e4200a6523ac4474642f9b31488 /__init__.py | |
parent | c741f6ce7bb43b115d08e190b93e0ce090ae3475 (diff) | |
download | simpl-4591b4f5e4d0f3d128baffb77d32616b212d9c88.tar.gz simpl-4591b4f5e4d0f3d128baffb77d32616b212d9c88.tar.bz2 simpl-4591b4f5e4d0f3d128baffb77d32616b212d9c88.zip |
Added wrapper around reading in wav files, choosing the right floating point type and scaling values to between -1 and 1
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |