- All Implemented Interfaces:
- java.io.Closeable, java.lang.AutoCloseable, TCircularBuffer.Trigger
- Enclosing class:
- GSMFormatConversionProvider
public static class GSMFormatConversionProvider.DecodedGSMAudioInputStream
extends TAsynchronousFilteredAudioInputStream
AudioInputStream returned on decoding of GSM.
An instance of this class is returned if you call
AudioSystem.getAudioInputStream(AudioFormat, AudioInputStream)
to decode a GSM stream. This class contains the logic
of maintaining buffers and calling the decoder.