Awell00 commited on
Commit
57f06a6
·
1 Parent(s): 1cfcc99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -115,10 +115,6 @@ def filtered():
115
  Returns:
116
  str: A success message if the audio is filtered correctly, otherwise an error message.
117
  """
118
- # Define the input and output file paths
119
- input_file = 'recorded.wav'
120
- output_file = 'output_filtered_receiver.wav'
121
-
122
  # Read the audio data from the input file
123
  sr, data = read(input_file)
124
 
 
115
  Returns:
116
  str: A success message if the audio is filtered correctly, otherwise an error message.
117
  """
 
 
 
 
118
  # Read the audio data from the input file
119
  sr, data = read(input_file)
120