Skip to main content

AudioDeviceCapabilities

@siteed/audio-studio


@siteed/audio-studio / AudioDeviceCapabilities

Interface: AudioDeviceCapabilities

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

Properties

bitDepths

bitDepths: number[]

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

Supported bit depths for the device


channelCounts

channelCounts: number[]

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

Supported channel counts for the device


hasAutomaticGainControl?

optional hasAutomaticGainControl: boolean

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

Whether the device supports automatic gain control


hasEchoCancellation?

optional hasEchoCancellation: boolean

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

Whether the device supports echo cancellation


hasNoiseSuppression?

optional hasNoiseSuppression: boolean

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

Whether the device supports noise suppression


sampleRates

sampleRates: number[]

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

Supported sample rates for the device