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