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