Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,9 @@ from scipy.signal import butter, lfilter
|
|
14 |
|
15 |
# ---------------Parameters--------------- #
|
16 |
|
|
|
|
|
|
|
17 |
low_frequency = 18000
|
18 |
high_frequency = 19000
|
19 |
bit_duration = 0.007
|
|
|
14 |
|
15 |
# ---------------Parameters--------------- #
|
16 |
|
17 |
+
input_file = 'input_text.wav'
|
18 |
+
output_file = 'output_filtered_sender.wav'
|
19 |
+
|
20 |
low_frequency = 18000
|
21 |
high_frequency = 19000
|
22 |
bit_duration = 0.007
|