Skip to content

A library that parses .cue files for CD images in the bin/cue format

License

Notifications You must be signed in to change notification settings

rabbitholecomputing/CUEParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUEParser

Simple CUE sheet parser suitable for embedded systems written in C++.

To use in PlatformIO, add to the following to lib_deps in your platformio.ini file

lib_deps = CUEParser=https://github.com/rabbitholecomputing/CUEParser

Otherwise download the source and simply use #include <CUEParser.h>

For usage examples, checkout:

For further information on CUE sheets

Refer to e.g. https://www.gnu.org/software/ccd2cue/manual/html_node/CUE-sheet-format.html#CUE-sheet-format

Example of a CUE file:

 FILE "foo bar.bin" BINARY
   TRACK 01 MODE1/2048
     INDEX 01 00:00:00
   TRACK 02 AUDIO
     PREGAP 00:02:00
     INDEX 01 02:47:20
   TRACK 03 AUDIO
     INDEX 00 07:55:58
     INDEX 01 07:55:65

Authored by Petteri Aimonen
Licensed under GPL3, see: LICENSE.md
Copyright (c) 2023 Rabbit Hole Computing™

About

A library that parses .cue files for CD images in the bin/cue format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •