From ba40f572b4fcdf48defa5e93d4d5e56920356a9e Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 24 Dec 2010 19:28:12 +0000 Subject: whitespace adjustment --- examples/resynth.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/resynth.py b/examples/resynth.py index c8a1ee9..20c4684 100644 --- a/examples/resynth.py +++ b/examples/resynth.py @@ -33,7 +33,6 @@ pt = simpl.MQPartialTracking() pt.max_partials = 20 partials = pt.find_partials(peaks) synth = simpl.SndObjSynthesis() - audio_out = synth.synth(partials) audio_out = np.asarray(audio_out * 32768, np.int16) write(output_file, 44100, audio_out) -- cgit v1.2.3