Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|