AtOM/lib/decode/decodeMpcdec
2013-04-07 01:27:07 +02:00

5 lines
116 B
Plaintext

decodeMpcdec() {
tmpfile="${fileid}mpcdec"
commandline=(mpcdec "$sourcepath/$filename" "$tempdir/$tmpfile.wav")
}