Skip to main content

AudioDeviceCapabilities

@siteed/expo-audio-studio


@siteed/expo-audio-studio / AudioDeviceCapabilities

Interface: AudioDeviceCapabilities

Defined in: src/ExpoAudioStream.types.ts:252

Properties

bitDepths

bitDepths: number[]

Defined in: src/ExpoAudioStream.types.ts:258

Supported bit depths for the device


channelCounts

channelCounts: number[]

Defined in: src/ExpoAudioStream.types.ts:256

Supported channel counts for the device


hasAutomaticGainControl?

optional hasAutomaticGainControl: boolean

Defined in: src/ExpoAudioStream.types.ts:264

Whether the device supports automatic gain control


hasEchoCancellation?

optional hasEchoCancellation: boolean

Defined in: src/ExpoAudioStream.types.ts:260

Whether the device supports echo cancellation


hasNoiseSuppression?

optional hasNoiseSuppression: boolean

Defined in: src/ExpoAudioStream.types.ts:262

Whether the device supports noise suppression


sampleRates

sampleRates: number[]

Defined in: src/ExpoAudioStream.types.ts:254

Supported sample rates for the device