API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceAudioInputOptions

@codexo/exojs / audio / stable

Options for AudioInput.open - forwarded to `getUserMedia` audio constraints.

4
props
0
methods
0
events
Import
import { AudioInputOptions } from '@codexo/exojs'

Options for AudioInput.open - forwarded to `getUserMedia` audio constraints.

Properties4
autoGainControl?: boolean
Enable browser automatic gain control.
deviceId?: string
Specific input device id (from enumerateDevices).
echoCancellation?: boolean
Enable browser echo cancellation. Default: browser default.
noiseSuppression?: boolean
Enable browser noise suppression.
Source