dosbox-x/mod2wav.sh
Jonathan Campbell 037f0f4167 more
2016-10-26 23:37:59 -07:00

3 lines
70 B
Bash
Executable File

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