Herramienta multiusos para el procesamiento y la generación de informes de datos WAV. Soporta múltiples formatos de audio sin pérdida FLAC, APE, WavPack, AIFF, etc. a través de codificadores externos. Las utilidades son shncat, shncmp, shnconv, shncue, shnfix, shngen, shnhash, shninfo, shnjoin, shnlen, shnpad, shnsplit, shnstrip, shntool y shntrim.
$ shntool -m
$ shntool -f len
$ shntool -a
$ shnlen -w -D archivo.wav
$ shnsplit -f album.cue album.wav
$ shninfo track01.wav
$ shnsplit -f album.cue -o flac album.flac
$ shnsplit -f album.cue -t "%n - %t" album.wav
$ shnsplit -f album.cue -x "2-4,7" album.wav
$ shnsplit -l 5:00 largo.wav
$ shnjoin track01.wav track02.wav track03.wav
$ shnjoin -o wav *.flac
$ shnfix album.wav
$ shnfix -c album.wav
$ shnpad album.wav
$ shnpad -b album.wav
$ shntrim album.wav
$ shntrim -b album.wav
$ shntrim -e album.wav
$ shnhash *.wav
$ shnhash -s *.wav
$ shnhash -c *.wav
$ shncmp album1.wav album2.wav
$ shncue track01.wav track02.wav track03.wav > album.cue
$ shncue -s track01.wav track02.wav
$ shnconv -o flac album.wav
$ shnconv -o wav album.ape
$ shnconv -o ape album.flac
$ shnstrip album.wav
$ shngen -l 0:10
$ shngen -l 1:00 -o flac
$ shncat album.wav
$ shncat -d album.wav
$ shncat -e album.wav
Nota.- shntool procesa los datos WAVE puros [PCM], no los metadatos.