videosphere
    Preparing search index...
    • Sends a binary PCM frame on an open ws socket. Converts Node Buffer to a plain Uint8Array so optional native helpers (bufferutil) are less likely to mis-handle webpack/Turbopack views.

      Parameters

      • socket: WebSocket

        Open WebSocket client.

      • pcm: Buffer

        PCM16 LE mono bytes.

      Returns void