summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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)