Hi Guys,
I have a sample stereo wav file recorded at 44,100Hz, and I have been able to encode a mono mp3 file fine using the v3.97 lame command line and the -m m switch.
What I am trying to do though is to use the lame.dll and the C# wrapper classes found here to do the same, but I can't seem to find a way of changing the settings so that it reads the wav as a stereo file and encodes to a mono version. I tried changing the mpeg_mode setting to mono, but this reads the wav file as if it is also mono, thus doubling the length of the encoded mp3 file.
I assume there must be a way to downmix through the dll but I am struggling to find it? Has anyone managed this or can offer me some assistance?
Regards
Mike