6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/bash
|
|
decodeOpusdec() {
|
|
tmpfile="${fileid}opusdec"
|
|
commandline=(opusdec "$sourcepath/$filename" "$tempdir/$tmpfile.wav")
|
|
}
|