From b38f33a6b308ed5eb0447f6af41f897d303e379a Mon Sep 17 00:00:00 2001 From: Raphael Avocegamou Date: Tue, 25 Aug 2026 22:04:06 -0700 Subject: [PATCH 1/2] docs: remove private plan labels --- pocketstation/station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ From 1f88534da72ec2cf1c4db7c7f343b04a77b8f6c8 Mon Sep 17 00:00:00 2001 From: Raphael Avocegamou Date: Wed, 26 Aug 2026 05:07:41 -0700 Subject: [PATCH 2/2] docs: remove generic repository links --- README.md | 6 ------ 1 file changed, 6 deletions(-) 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)