Class | Description |
---|---|
AudioConverter |
A class that will work out which processors to instantiate to provide
with a complete conversion from one audio format to another.
|
BitDepthConverter |
An audio processor that converts the bit-depth of an audio stream.
|
MultichannelToMonoProcessor |
Converts a stereo audio stream into a mono one by averaging the
channels' samples and creating a mono sample set.
|
SampleRateConverter |
A sample rate conversion audio processing class.
|
Enum | Description |
---|---|
BitDepthConverter.BitDepthConversionAlgorithm |
An enumerator of the different bit-depth conversion algorithms
available.
|
SampleRateConverter.SampleRateConversionAlgorithm |
An enumerator of the different sample rate conversion algorithms
available in this sample rate converter.
|