I am just using SOX, http://sox.sourceforge.net/ to convert a bunch of files to fit the sample rate of the system and I would like to convert all the files in one folder in one go.
It works with the “old” ShellExecute node, but I don’t get any feedback about when the launched executable is finished, so I have no way of knowing when the files are ready. (I could check for SOX windows and then wait until they are gone, but that seems stupid).