Hello, i found an old script that converted some files that i think was in wav, I'd like to convert them back. The files now has the ending pcm64a if that helps. this is the script: sox "$src" -t raw -r 8000 -c1 -A "$dst" resample -ql I think this was for sox: Version 12.18.1 what would be the "reverse" version of this in a current version of sox? Br Sebastian