Cue is a Go library for parsing, generating, and manipulating Cue Sheet (.cue) files. Cue Sheet files are commonly
used in conjunction with audio file formats like WAV, FLAC, and APE to describe the layout of tracks and other metadata.
- Parse Cue Sheet files into structured data.
- Generate Cue Sheet files from structured data.
- Extract track information such as title, performer, index points, etc.
- Validate Cue Sheet files for syntax errors and compliance with the Cue Sheet specification.
To use Cue in your project, import it using Go modules:
go get github.com/lmvgo/cueContributions to CueSheetGo are welcome! If you find a bug, have a feature request, or would like to contribute code, please open an issue or submit a pull request on GitHub.