Interface | Description |
---|---|
Converter<A> |
Converter.
|
SampleSizeAudioInputStream.Dither |
Dither function used when reducing bit depth.
|
Class | Description |
---|---|
BytesDoubleConverter |
BytesDoubleConverter.
|
BytesFloatConverter |
BytesFloatConverter.
|
BytesIntConverter |
Simple converter from bytes to ints and back, while taking into account
the sign, bytes per int and byte order.
|
FIRFilter |
FIR (finite impulse response) filter.
|
Rational |
Rational number.
|
ResampleConversionProvider |
Allows the re-sampling of linear PCM encoded audio.
|
Resampler |
Resamples the input by upsampling, low pass filtering and then downsampling by
the given factors.
|
ResamplerAudioInputStream |
Resamples an input audio stream on the fly.
|
SampleSizeAudioInputStream |
Changes the sample size on the fly.
|
SampleSizeConversionProvider |
Is capable of converting audio of a given bit depth to a different bit depth,
as long as it is 8, 16, 24, or 32 bits.
|
StereofyAudioInputStream |
Stream that converts a mono stream into a stereo stream by duplicating the mono channel.
|
StereofyConversionProvider |
Converts a mono signal to stereo by duplicating the mono channel.
|
Copyright © 2011–2018 tagtraum industries incorporated. All rights reserved.