openfree commited on
Commit
c701e44
·
verified ·
1 Parent(s): b3067c5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,16 +1,18 @@
1
  gradio
2
  openai
 
3
  numpy
4
 
5
  # Audio processing
6
  pyaudio
7
- wave
8
 
9
- # For real-time WebSocket connection (OpenAI Realtime API)
10
- websockets
 
11
 
12
- # Optional: Text-to-Speech
13
- edge-tts
14
 
15
- # Optional: Async support
16
- aiofiles
 
1
  gradio
2
  openai
3
+ websocket-client
4
  numpy
5
 
6
  # Audio processing
7
  pyaudio
8
+ pydub
9
 
10
+ # Additional audio support (optional but recommended)
11
+ soundfile
12
+ librosa
13
 
14
+ # Async support for websocket
15
+ websockets
16
 
17
+ # Environment and utilities
18
+ python-dotenv