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

7 lines
156 B
Bash

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