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
on="Microsoft ADPCM" -channels="2" -freq="44100"

But I get a non-compressed audio file.

Any help will be appreciated.

Thanks,
-Dan