I am trying to record many small MP3 files from my computer's microphone. I know how to do this using mciSendString with the "Winmm.dll" to record .wav files.

I need to record straight into the MP3 format from Visual Basic 2010.

Thank you for any help or guidance you can offer for this.