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