diff --git a/README.md b/README.md index 827f520..19055f3 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,3 @@ python -m pytest The current package uses HTTP for session creation and a WebSocket for binary PCM. Configure the control-plane and Relay URLs in your application; the SDK does not start hidden infrastructure or select a hosted service for you. - -## Related projects - -- [PocketStation Core](https://github.com/pocketstation-io/pocketstation) -- [PocketStation Relay](https://github.com/pocketstation-io/relay) -- [PocketStation Control Plane](https://github.com/pocketstation-io/control-plane) diff --git a/pocketstation/station.py b/pocketstation/station.py index 8a10e1d..3bfc0b2 100644 --- a/pocketstation/station.py +++ b/pocketstation/station.py @@ -122,7 +122,7 @@ async def broadcast(self, audio: bytes) -> None: The payload is transmitted as binary WebSocket data — not base64 JSON. - :param audio: raw PCM bytes (f32-LE 48 kHz mono per PY-013). + :param audio: raw PCM bytes (f32-LE, 48 kHz, mono). :raises RuntimeError: if not connected. :raises websockets.exceptions.WebSocketException: on send failure. """