5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
decodeOpusdec() {
|
|
tmpfile="${fileid}opusdec"
|
|
commandline=(opusdec "$sourcepath/$filename" "$tempdir/$tmpfile.wav")
|
|
}
|