Al Context Audio Device
Represents an OpenAL audio device with context.
Inheritors
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.
Link copied to clipboard
Runs a runnable in the context of the OpenAL audio device.
Link copied to clipboard
Runs the runnable in the context of the OpenAL audio device.
Link copied to clipboard
Runs the runnable in the context of the OpenAL audio device, blocking the current thread until it completes.