decodeFile: fix sox temp file extension for normalize/sampling-rate/channel-number changes

This commit is contained in:
Vincent Riquer 2025-01-24 02:08:31 +01:00
parent 57af9ffb09
commit c735eaece4

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"
) )