diff options
Diffstat (limited to 'examples/resynth.py')
-rw-r--r-- | examples/resynth.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/resynth.py b/examples/resynth.py index ae4b6ec..e551720 100644 --- a/examples/resynth.py +++ b/examples/resynth.py @@ -37,3 +37,4 @@ sndobj_synth = simpl.SndObjSynthesis() audio_out = sndobj_synth.synth(partials) audio_out = np.asarray(audio_out * 32768, np.int16) write(output_file, 44100, audio_out) + |