Interface AudioProperties

interface AudioProperties {
    numChannels: number;
    sampleRateHz: number;
    supportedCodecs: string[];
}

Properties

numChannels: number

Maximum number of audio channels supported (e.g., 1 for mono, 2 for stereo)

sampleRateHz: number

Current sample rate in Hz

supportedCodecs: string[]

List of audio codecs supported by the device