class AudioClientModule
extends EventTarget

High level module of audio IO and communication

Constructors

new
AudioClientModule(
api_endpoint,
lane_name,
silent_threshold_dbfs,
)

Construct with settings

Note: Connection and communication will be started at after construction

Properties

Getter of websocket object for client connection

It can use for status changed event or checking

Methods

ext_bytes_send(ext_bytes): void

Enqueue an ext_bytes to send buffer

Usage

import { AudioClientModule } from "static/audio_connect/AudioClientModule.js";