Home
Articles
Submit your website
Coming Soon
Contact Us
C Sharp
Jokes Index
How To
Science News
ProductivityTools
ClickAndTimeSaver Details
MP3Recorder
Easy Backup
OfficeManager
Convert Miles to Kilomete
CelsiusFarenheitConverter
Celsius Kelvin Converter
FIXReader
MP3Recorder ( FREE, SAFE and SECURED)
Many times in the meeting or conferences you might want to record the conversation. Eg. Brain storming sessions, Training sessions. These recorderd files are very useful and can be referred again and again. Explore and you will have many ideas why you might want to record the sound.

 
MP3 Recorder details

MP3 Recorder is a simple but very powerful and useful utility for recording sound in MP3 format.  

 
DOWNLOAD                                                      SUPPORT                         GUESTBOOK      ASK QUESTION
 
 
 
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.