# README
Resource Interchange File Format parser
The RIFF container format is used to store chunks of data in media files, especially in wav files hence this package inside under the go-audio organization.
# Packages
riffinfo is a command line tool used to gather information about riff files.
# Variables
DataFormatID is the Wave Data Chunk ID, it contains the digital audio sample data which can be decoded using the format and compression method specified in the Wave Format Chunk.
ErrFmtNotSupported is a generic error reporting an unknown format.
ErrUnexpectedData is a generic error reporting that the parser encountered unexpected data.
No description provided by the author
No description provided by the author
No description provided by the author