shnsplit
Splits audio files according to a .cue file. More information: <http://shnutils.freeshell.org/shntool/>.
Install
- All systems
-
curl cmd.cat/shnsplit.sh
- Debian
-
apt-get install shntool - Ubuntu
-
apt-get install shntool - Arch Linux
-
pacman -S shntool - Kali Linux
-
apt-get install shntool - Fedora
-
dnf install shntool - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install shntool - OS X
-
brew install shntool - Raspbian
-
apt-get install shntool
Splits audio files according to a .cue file. More information: <http://shnutils.freeshell.org/shntool/>.
-
Split a `.wav` + `.cue` file into multiple files:
shnsplit -f path/to/file.cue path/to/file.wav -
Show supported formats:
shnsplit -a -
Split a `.flac` file into multiple files:
shnsplit -f path/to/file.cue -o flac path/to/file.flac -
Split a `.wav` file into files of the form "track-number - album - title":
shnsplit -f path/to/file.cue path/to/file.wav -t "%n - %a - %t
© tl;dr; authors and contributors