playmodhexdump.sh 92 B

123456
  1. cat tune.mod.hex | cut -f1 -d";" > _.hex
  2. xxd -r -p _.hex _.mod
  3. rm _.hex
  4. cvlc _.mod
  5. rm _.vgm