AudioDeviceCapabilities
@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?
optionalhasAutomaticGainControl:boolean
Defined in: src/AudioStudio.types.ts:314
Whether the device supports automatic gain control
hasEchoCancellation?
optionalhasEchoCancellation:boolean
Defined in: src/AudioStudio.types.ts:310
Whether the device supports echo cancellation
hasNoiseSuppression?
optionalhasNoiseSuppression: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