Package-level declarations
Types
Link copied to clipboard
class AudioFrameProcessor(bufferPool: IBufferPool<ByteBuffer>, dispatcher: CoroutineDispatcher, effects: CopyOnWriteArrayList<IAudioEffect> = CopyOnWriteArrayList()) : IProcessor<RawFrame> , IAudioFrameProcessor, Closeable, MutableList<IAudioEffect>
Audio frame processor.
Link copied to clipboard
The base audio effect.
Link copied to clipboard
Public interface for audio frame processor.
Link copied to clipboard
An audio effect that can be dispatched to another thread. The result is not use by the audio pipeline. Example: a VU meter.
Link copied to clipboard
An audio effect that can't be dispatched to another thread. The result is used by the audio pipeline.
Link copied to clipboard
An audio effect that mute the audio.