Created
January 16, 2017 19:45
-
-
Save junquera/1b0963d60aa17fee872345a49c577953 to your computer and use it in GitHub Desktop.
Split flac file into song files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # $1 -> cue file | |
| # $2 -> flac file | |
| cuebreakpoints $1 | shnsplit -o flac $2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment