Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 464 Bytes

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