Awell00 commited on
Commit
097e8db
·
1 Parent(s): ab96498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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