Skip to content

Instantly share code, notes, and snippets.

@snake66
Created March 22, 2016 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snake66/ba55f3b3d63ea04e8dae to your computer and use it in GitHub Desktop.
Save snake66/ba55f3b3d63ea04e8dae to your computer and use it in GitHub Desktop.
Split a wave file according to cue-sheet
#!/bin/sh
#
# Split a wav file or similar accoring to the given cue sheet.
#
# Usage:
# splitcue mycue.cue mywav.wav
#
cat $1|shnsplit -o flac -t "%n - %t" $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment