mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
3 lines
78 B
Bash
Executable File
3 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
mikmod -o 16s -f 48000 -hq -p 0 -d wav,file="$1.wav" "$1"
|