Converting mono WAV files (1-channel/44.1KHz/16-bit) to aac with the dBpoweramp FDKAAC encoder results in m4a files which MediaInfo reports as "1-channel/44.1KHz-22.05KHz/16-bit," but which open as 2-channel/44.1 KHz/16-bit files in foobar2000, Adobe Audition, Audacity and others. Furthermore, converting the output back to WAV in dBpoweramp using the "as source" settings outputs a new WAV file which Mediainfo reports as 2-channel/44.1KHz/16-bit, and which is double the size of the original WAV file. My command line is:
How should it be changed to guarantee mono output?
Code:
FDKAAC -p 29 -b 24K -m 0 test.wav
Comment