package
0.0.0-20240411020228-c5379f9b5b61
Repository: https://github.com/mattetti/audio.git
Documentation: pkg.go.dev
# README
RIFF parser
Moved to https://github.com/go-audio/riff
# 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