Skip to content

lmvgo/cue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cue

Coverage

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.

Features

  • 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.

Installation

To use Cue in your project, import it using Go modules:

go get github.com/lmvgo/cue

Usage

API Reference

Contributing

Contributions 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages