| AudioFilterChain |
A chain of audio filters.
|
| AudioPipeline |
Represents an audio pipeline (top-level audio filter chain).
|
| AudioPipelineFactory |
Factory for audio pipelines.
|
| BufferingPostProcessor |
Post processor which encodes audio chunks and passes them as audio frames to the frame buffer.
|
| ChannelCountPcmAudioFilter |
For short PCM buffers, guarantees that the output has the required number of channels and that no outgoing
buffer contains any partial frames.
|
| CompositeAudioFilter |
An audio filter which may consist of a number of other filters.
|
| FilterChainBuilder |
Builder for audio filter chains.
|
| FinalPcmAudioFilter |
Collects buffers of the required chunk size and passes them on to audio post processors.
|
| PcmFormat |
Describes the properties of PCM data.
|
| ResamplingPcmAudioFilter |
Filter which resamples audio to the specified sample rate
|
| UserProvidedAudioFilters |
|