Aranwer commited on
Commit
40954d0
·
verified ·
1 Parent(s): 1cc66e4

Delete audio_utils.py

Browse files
Files changed (1) hide show
  1. 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}")