Package com.otaliastudios.transcoder.stretch
See: Description
-
Interface Summary Interface Description AudioStretcher An AudioStretcher will change audio samples duration, in response to a com.otaliastudios.transcoder.time.TimeInterpolator that altered the sample timestamp. -
Class Summary Class Description InsertAudioStretcher A AudioStretcher meant to be used when output size is bigger than the input. CutAudioStretcher A AudioStretcher meant to be used when output size is smaller than the input. PassThroughAudioStretcher A no-op AudioStretcher that copies input into output. DefaultAudioStretcher An AudioStretcher that delegates to appropriate classes based on input and output size.