The RECMP3 application was designed to record audio from an external source
and write directly to an mp3 file using the LAME mp3 encoder. This is in contrast to other applications which record into a memory/file buffer and require you to then export it, doing the conversion after you record, which can be a time consuming process.
With recmp3, when you're done recording, you're done and you have the mp3 file immediately available. recmp3 makes use of LAME (for the mp3 encoding) and NASM (used to build LAME from its sources).
What's New in This Release: [ read full changelog ]
· before opening the main window, if there are multiple audio input devices available, the user will be prompted to select one. if there is only a single one available it will be automatically selected. and, if there are none, and error will be displayed and the application will exit.
· as a result of the above, recmp3 should now work correctly with multiple audio input devices and allow you to select the one you want to use.
· input level monitor display moved up into the input area which seems to make more sense.