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