Merge branch '3-up-down-mixing-doesn-t-work' into 'master'

Resolve "up/down-mixing doesn't work"

Closes #3

See merge request ScriptFanix/AtOM!9
This commit is contained in:
Vincent Riquer 2025-01-24 01:10:11 +00:00
commit 88e8626787

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