Audio Device
Properties
Functions
Link copied to clipboard
Adds an audio filter to the device with normal priority.
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
abstract fun processFilters(samples: ShortArray, excludeFilter: Predicate<AudioFilter>?): ShortArray
Processes a provided audio samples through all applicable filters.
Link copied to clipboard
Removes an audio filter from the device.