Skip to main content

AudioDeviceCapabilities

@siteed/audio-studio


@siteed/audio-studio / AudioDeviceCapabilities

Interface: AudioDeviceCapabilities

Defined in: src/AudioStudio.types.ts:302

Properties

bitDepths

bitDepths: number[]

Defined in: src/AudioStudio.types.ts:308

Supported bit depths for the device


channelCounts

channelCounts: number[]

Defined in: src/AudioStudio.types.ts:306

Supported channel counts for the device


hasAutomaticGainControl?

optional hasAutomaticGainControl: boolean

Defined in: src/AudioStudio.types.ts:314

Whether the device supports automatic gain control


hasEchoCancellation?

optional hasEchoCancellation: boolean

Defined in: src/AudioStudio.types.ts:310

Whether the device supports echo cancellation


hasNoiseSuppression?

optional hasNoiseSuppression: boolean

Defined in: src/AudioStudio.types.ts:312

Whether the device supports noise suppression


sampleRates

sampleRates: number[]

Defined in: src/AudioStudio.types.ts:304

Supported sample rates for the device