summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Glover <glover.john@gmail.com>2010-12-08 16:17:23 +0000
committerJohn Glover <glover.john@gmail.com>2010-12-08 16:17:23 +0000
commitaf5cafa0e628b1c8fd672afd87af7a0525ac6c85 (patch)
tree44cc24c12ce9a15cf56d1c05060f1218cf8ead69 /tests
parent69d6a43aaf5a9f05fdcddd51da1841a67245cc1f (diff)
downloadsimpl-af5cafa0e628b1c8fd672afd87af7a0525ac6c85.tar.gz
simpl-af5cafa0e628b1c8fd672afd87af7a0525ac6c85.tar.bz2
simpl-af5cafa0e628b1c8fd672afd87af7a0525ac6c85.zip
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
Diffstat (limited to 'tests')
-rw-r--r--tests/sms.py2
1 files changed, 0 insertions, 2 deletions
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)