fix temp file extension in sox normalize/spample-rate/channel count conversion
This commit is contained in:
parent
cc1c687118
commit
9dc779fd5c
@ -160,7 +160,7 @@ decodeFile() {
|
||||
if (( sox_needed ))
|
||||
then
|
||||
cleanup="$tempdir/$tmpfile"
|
||||
decodeSox "$tempdir/$tmpfile"
|
||||
decodeSox "$tempdir/$tmpfile.wav"
|
||||
if ! soxtaskid=$(
|
||||
Select tasks id <<<"key = $tmpfile"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user