Interface AudioChunkDecoder
-
- All Known Implementing Classes:
OpusChunkDecoder,PcmChunkDecoder
public interface AudioChunkDecoderDecodes one chunk of audio into internal PCM format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Frees up all held resources.voiddecode(byte[] encoded, java.nio.ShortBuffer buffer)
-