Compare commits

...

2 Commits

Author SHA1 Message Date
Vincent Riquer
88e8626787 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
2025-01-24 01:10:11 +00:00
Vincent Riquer
7b25ec5187 decodeFile: fix sox temp file extension for normalize/sampling-rate/channel-number changes 2025-01-24 02:08:31 +01:00

View File

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