Package com.otaliastudios.transcoder.resample
See: Description
-
Class Summary Class Description PassThroughAudioResampler An AudioResampler that does nothing, meant to be used when sample rates are identical. UpsampleAudioResampler An AudioResampler that upsamples from a lower sample rate to a higher sample rate. DownsampleAudioResampler An AudioResampler that downsamples from a higher sample rate to a lower sample rate. DefaultAudioResampler An AudioResampler that delegates to appropriate classes based on input and output size. -
Interface Summary Interface Description AudioResampler Resamples audio data.