From 072cb60ce084818fbd4a18f561949e3ee41e09af Mon Sep 17 00:00:00 2001 From: dadechinunity Date: Sat, 28 Jun 2025 11:34:34 +0330 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 1c4545d..0a3ea69 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,3 @@ Sends encoded voice packets to a WebSocket server. ### 📥 `OpusVoiceReceiverWithBuffer.cs` Receives Opus packets, decodes them, and streams via `AudioSource`. - ---- - -## 🔌 WebSocket Server - -You can use a simple WebSocket server for voice routing. Here’s a Python example: - -```bash -pip install websockets