When I try to run the converter from the command line to convert a WMA file to WAV, I get "Error: Unable to load encoder 'Wave'. [dBCoreConverter::dBCoreConverter]" Is there a codec that I need to install to do this? If so, what one? My command line is:
coreconverter -infile="094634037457_01_005_wm9lossless_full.wma" -outfile="testWav.wav" -convert_to="Wave" =priority="high" -silent -errorfile="errors.txt"
coreconverter -infile="094634037457_01_005_wm9lossless_full.wma" -outfile="testWav.wav" -convert_to="Wave" =priority="high" -silent -errorfile="errors.txt"
Comment