/cues

Utility that splits one huge file into single files using a CUE sheet.

Primary LanguagePython

Summary

cues - Utility that splits one huge file into single files using a CUE sheet. It can split WAV, FLAC and WavPack files. Also you can specify an encoding of a CUE sheet file (UTF-8 is using by default and CP1251 would be detected automatically).

Usage

See cues -h for details.

Requirements

  • Python >= 3.10
  • flac (optionally, for support FLAC files)
  • wavpack (optionally, for support WavPack files)

License

GPL