AtOM/lib/decode/decodeMpcdec
2013-04-08 02:52:56 +02:00

6 lines
128 B
Bash

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