Input Device
Represents an audio input device used for capturing audio data.
Functions
Link copied to clipboard
Adds an audio filter to the device with the specified priority.
Link copied to clipboard
Gets the collection of audio filters applied to the device.
Link copied to clipboard
Gets the audio format associated with the device.
Link copied to clipboard
Gets the 20ms frame size calculated based on the audio format.
Link copied to clipboard
Gets the type of the audio device.
Link copied to clipboard
abstract fun processFilters(samples: Array<Short>, excludeFilter: Predicate<AudioFilter>): Array<Short>
Processes a provided audio samples through all applicable filters.
Link copied to clipboard
Removes an audio filter from the device.