Hi,
I'm trying to convert a wav to Microsoft ADPCM format.
Its working smooth on the GUI, but i cant get it to work from the command-line.
I tried:
CoreConverter.exe -infile="
original.wav" -outfile="dest.wav" -convert_to="wave" -compressi...