Class PcmChannelDecoder

java.lang.Object
net.avadeaux.klipspringer.codec.PcmChannelDecoder
All Implemented Interfaces:
Closeable, AutoCloseable, AudioDecoder

public class PcmChannelDecoder extends Object implements AudioDecoder
Audio decoder that reads PCM data from a channel. Does not actually perform any decoding, but copies data verbatim from the channel. This is useful for wrapping input of raw PCM data, for instance from a WAV file with ofWav or a raw file by ofRaw.