This commit is contained in:
Jonathan Campbell
2016-10-26 23:37:59 -07:00
parent 96fdc5345f
commit 037f0f4167

2
mod2wav.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
mikmod -o 16s -f 48000 -hq -p 0 -d wav,file="$1.wav" "$1"