ABOUT MP3 RECORDER
1) It is available free.
2) The exe is hardly 80 KB.
3) The program is safe and secure.
4) It works well.
USAGE
It does not have fancy UI to eat your computer resources. Simply modify the sample.bat to run the program based on the devices installed on your computer.
This generates a output file named music.mp3.
Configuration
You have to change the device name and line based on your computer follow the steps 1 to 3 to adjust it. This is one time configuration.
1) At the command pormpt type mp3Recorder -devices and hit enter. This will list the devices installed on your compute. Decide the device to be used. Example, you decided to use SigmaTel C-Major Audio
2) At the command prompt type mp3Recorder mp3Recorder.exe "-device=SigmaTel C-Major Audio" and hit enter. This will list all the lines of the device you specified. Decide what line you want to use. Example, you decided to use Stereo Mix.
3) You are all set now you know what command to give. Modify sample.bat accordingly.
<volume>, <bitrate> and <samplerate> are optional parameters.
<volume> - integer value between (0..100), defaults to 0 if not set.
<bitrate> - integer value (16, 24, 32, .., 64, etc.),
defaults to 128 if not set.
<samplerate> - integer value (44100, 32000, 22050, etc.),
defaults to 44100 if not set.
Example
-sr=32000 means sample rate is 32 KHz
-br=32 means bitrate is 32KB
-v=100 means 32 KBPS
This will set the line’s volume at 100%, and will produce the final MP3 at 32 Kbps and 32 Khz.