Splitting a large flac file to a separate smaller files based on information in a cue file is a pretty simple thing. Just make sure that you have the following:sudo apt install cuetools shntool flac
And then the actual splitting command:
cuebreakpoints '<cue file>' | shnsplit -o flac '<audio flac file>'
Leave a Reply