AtOM/lib/decode/decodeMpcdec
Vincent Riquer 3d4a757917 ionice
2013-04-08 11:28:26 +02:00

7 lines
153 B
Bash

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