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

5 lines
119 B
Plaintext

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