File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -221,4 +221,5 @@ temp_output.mp3
221
221
conversation_history.txt
222
222
conversation_history.json
223
223
freeze_requiremenets.txt
224
+ freeze_requiremenets.txt.bak
224
225
elevenlabs_voices.json
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ async def enhanced_websocket_endpoint(websocket: WebSocket):
430
430
# This will raise WebSocketDisconnect when client disconnects
431
431
# Process only control messages and heartbeats
432
432
data = await websocket .receive ()
433
- logging .info (f"Received message from client: { data } " )
433
+ # logging.info(f"Received message from client: {data}")
434
434
# Don't try to parse or process normal text messages
435
435
if data ["type" ] == "websocket.disconnect" :
436
436
raise WebSocketDisconnect (1000 )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ torchvision==0.18.1+cu121
6
6
7
7
PyAudio == 0.2.14
8
8
numpy == 1.26.4
9
- faster-whisper == 1.0.2
9
+ faster-whisper == 1.1.1
10
10
soundfile == 0.12.1
11
11
langid == 1.1.6
12
12
librosa == 0.10.2.post1
@@ -30,5 +30,6 @@ coqui-tts==0.26.0
30
30
31
31
# WebRTC-specific dependencies
32
32
aiortc == 1.10.1
33
- av == 14.2 .0
33
+ av == 11.0 .0
34
34
httpx == 0.28.1
35
+ websockets == 15.0.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ torchvision==0.18.1+cpu
6
6
7
7
PyAudio==0.2.14
8
8
numpy==1.26.4
9
- faster-whisper==1.0.2
9
+ faster-whisper==1.1.1
10
10
soundfile==0.12.1
11
11
langid==1.1.6
12
12
librosa==0.10.2.post1
@@ -22,13 +22,14 @@ python-dotenv==1.0.1
22
22
requests==2.32.3
23
23
fastapi==0.115.11
24
24
uvicorn==0.30.1
25
- aiohttp==3.10.11
25
+ aiohttp==3.11.14
26
26
spacy==3.7.5
27
27
spacy-legacy==3.0.12
28
28
spacy-loggers==1.0.5
29
29
coqui-tts==0.26.0
30
30
31
31
# WebRTC-specific dependencies
32
32
aiortc==1.10.1
33
- av==14.2.0
34
- httpx==0.28.1
33
+ av==11.0.0
34
+ httpx==0.28.1
35
+ websockets==15.0.1
You can’t perform that action at this time.
0 commit comments