AudioProcessor

Defines a Processor that is able to take AudioProcessor.Input and run audio processing operations that analyze data to detect patterns and/or mutate the provided AudioProcessor.Input.Frames to apply effects such as filtering, pitch correction etc.

Types

Link copied to clipboard
interface Input

Defines the audio input source model that is available to be read from by the processor.

Functions

Link copied to clipboard

Connects the provided input to this processor and returns a Closeable to release the connection when required. Normally, processing of the provided input starts instantly however certain processors may do it async so it is not guaranteed that any work will be done as soon as input is connected.

Inheritors

Link copied to clipboard
Link copied to clipboard