diff options
author | John Glover <john@john-glovers-macbook.local> | 2010-12-24 19:28:12 +0000 |
---|---|---|
committer | John Glover <john@john-glovers-macbook.local> | 2010-12-24 19:28:12 +0000 |
commit | ba40f572b4fcdf48defa5e93d4d5e56920356a9e (patch) | |
tree | c189c8add27c59d361ad62604889ebf49ce66274 /examples | |
parent | 5dc6f2bcd88fb3583f95f3afbae695a91cf389a1 (diff) | |
download | simpl-ba40f572b4fcdf48defa5e93d4d5e56920356a9e.tar.gz simpl-ba40f572b4fcdf48defa5e93d4d5e56920356a9e.tar.bz2 simpl-ba40f572b4fcdf48defa5e93d4d5e56920356a9e.zip |
whitespace adjustment
Diffstat (limited to 'examples')
-rw-r--r-- | examples/resynth.py | 1 |
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) |