Delete audio_utils.py
Browse files- audio_utils.py +0 -5
audio_utils.py
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
def transcribe_audio(audio):
|
| 2 |
-
return "yes" # Placeholder
|
| 3 |
-
|
| 4 |
-
def speak_response(text):
|
| 5 |
-
print(f"[Audio Output]: {text}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|