vorbis.decoder

DESCRIPTION

   Reggae decoder that consumes the custom packetized Vorbis stream produced by
   ogg.vorbis.demuxer (MMF_AUDIO_VORBIS) and outputs Reggae audio common
   format MMFC_AUDIO_INT16 (interleaved signed PCM, native byte order).

   Input framing:
     u32be packet_length
     u8    packet_bytes[packet_length]

   Decoding is done using libvorbis synthesis API (vorbis_synthesis_*).

   Intended chain:
     source -> ogg.vorbis.demuxer -> vorbis.decoder.packets -> audio.output