diff --git a/Server/src/core/processing.py b/Server/src/core/processing.py index fa6ee8a..a9f55ab 100644 --- a/Server/src/core/processing.py +++ b/Server/src/core/processing.py @@ -211,7 +211,7 @@ async def ps(buf): sound_executor, diarization.get_sounds, buf.flatten() ) if sc > 0.45 and s not in ["Silence", "Speech"]: - await websocket.connection.send_json({"type": "sound", "text": s}) + await websocket.connection.send_json({"type": "sound", "text": s, "speaker": ""}) except: pass