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