Update README.md

This commit is contained in:
mher 2025-06-28 11:34:34 +03:30 committed by GitHub
parent 12ec54e0cf
commit 072cb60ce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. Heres a Python example:
```bash
pip install websockets