package
0.0.0-20210911202351-b5b85f1ec645
Repository: https://github.com/xlab/vorbis-go.git
Documentation: pkg.go.dev

# Functions

New creates and initialises a new OggVorbis decoder for the provided bytestream.
ReadHeaders allows to init info and comment from a private codec data payload when no Ogg stream is available.
ReadInfo reads info and comment into Info, a go-friendly struct.

# Constants

could be also 8192.
OUT_BUFFER_SIZE defines the number of frames buffered in the PCM output channel.

# Structs

Decoder implements an OggVorbis decoder.
Info represents basic information about the audio in a Vorbis bitstream.