method RawAudioStreamPlay.prototype.play
RawAudioStreamPlay.prototype.play(raw_data): void

Start playing (or enqueue to play) raw audio

Note: It supports only monaural audio. When play queue is full, input audio will be dropped.

Parameters

raw_data

Raw audio data to play

Return Type

void

Usage

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