7 lines
193 B
Bash
7 lines
193 B
Bash
#!/bin/bash
|
|
decodeOpusdec() {
|
|
tmpfile="${fileid}opusdec"
|
|
commandline=(${ionice}opusdec)
|
|
commandline+=("$sourcepath/${filename//$'\n'/::AtOM:NewLine:SQL:Inline::}" "$tempdir/$tmpfile.wav")
|
|
}
|