AtOM/lib/decode/mpcdec
2013-06-19 11:07:39 +02:00

7 lines
153 B
Bash

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