shntool

Multi-purpose tool for manipulating and analyzing WAV files

brewmacoslinux
Try with needOr install directly
Source

About

Multi-purpose tool for manipulating and analyzing WAV files

Commands

shntool

Examples

Split a WAV file into multiple tracks using a cue sheet$ shntool split -f cuesheet.cue -o wav input.wav
Join multiple WAV files into a single file$ shntool join -o wav -O never file1.wav file2.wav file3.wav
Analyze and display information about WAV files$ shntool info *.wav