summaryrefslogtreecommitdiff
path: root/examples/resynth.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/resynth.py')
-rw-r--r--examples/resynth.py1
1 files changed, 0 insertions, 1 deletions
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)