fix temp file extension in sox normalize/spample-rate/channel count conversion

This commit is contained in:
Vincent Riquer 2025-01-24 01:33:33 +01:00
parent cc1c687118
commit 9dc779fd5c

View File

@ -160,7 +160,7 @@ decodeFile() {
if (( sox_needed )) if (( sox_needed ))
then then
cleanup="$tempdir/$tmpfile" cleanup="$tempdir/$tmpfile"
decodeSox "$tempdir/$tmpfile" decodeSox "$tempdir/$tmpfile.wav"
if ! soxtaskid=$( if ! soxtaskid=$(
Select tasks id <<<"key = $tmpfile" Select tasks id <<<"key = $tmpfile"
) )