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

6 lines
131 B
Bash

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