From af5cafa0e628b1c8fd672afd87af7a0525ac6c85 Mon Sep 17 00:00:00 2001 From: John Glover Date: Wed, 8 Dec 2010 16:17:23 +0000 Subject: Removed limitation on number of SMS instances that can be created at once. The new libsms memory management code in v1.15 fixes this issue --- tests/sms.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/sms.py b/tests/sms.py index 920e7c2..9fb8fa0 100644 --- a/tests/sms.py +++ b/tests/sms.py @@ -1039,8 +1039,6 @@ class TestSimplSMS(object): pysms.sms_synthesize(analysis_frames[current_frame], synth_samples, synth_params) sms_audio = np.hstack((sms_audio, synth_samples)) current_frame += 1 - #from scipy.io.wavfile import write - #write('sms_audio.wav', sampling_rate, sms_audio) for frame in analysis_frames: pysms.sms_freeFrame(frame) -- cgit v1.2.3