Files @ b42cb1ea1d20
Branch filter:

Location: light9/bin/musicUnpad - annotation

drewp@bigasterisk.com
rm - we don't do a kernel module anymore; just usb api
1
2
3
4
5
6
7
8
9
#!/bin/zsh

# doing a show with no baked-in-pad, but reusing a song from a show that did have it?

IN=$1
OUT=${IN:r}-unpad.wav

# see notes at https://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/
sox $IN $OUT silence 1 4 1%   -1 8 0.0%