diff options
Diffstat (limited to 'tests/test_sms.py')
-rw-r--r-- | tests/test_sms.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_sms.py b/tests/test_sms.py index 514ead4..98b48c2 100644 --- a/tests/test_sms.py +++ b/tests/test_sms.py @@ -6,8 +6,6 @@ import simpl import simpl.simplsms as simplsms float_precision = 2 -frame_size = 512 -hop_size = 512 audio_path = os.path.join( os.path.dirname(__file__), 'audio/flute.wav' ) |