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