var fDesc=new Array(); fDesc[0] = "3D MP3 Sound Recorder G2 is the second generation of the most popular sound recorder software, which is a Windows application with 3D interface that allows you to create digital files from any audio that can be played through your computer's sound card, regardless of the audio source. This allows recording from external microphones, the line-in jack, the computer CD drive, Internet radio stations, movies, games, etc. These files may be saved in WAV or MP3 and WMA format, as desired.

Files are created on-the-fly, in real time and no temporary files are created. The files are easily played back on common applications such as RealPlayer, WinAmp, Media Player, etc. without problem. The program also includes its own WAV/MP3 player for immediate validation of recorded files

Main features:
Simple to use!
Records to WAV or MP3,WMA files from any sound source on your computer with CD quality
Automatic detection, testing, and setup of YOUR sound card
Record sound from sound card, with simplified selection of audio source
Choice of MP3,WMA file size/music quality by bit-rate control slider
Time segment recording start/stop using Schedule Recording mode
Timed Recording mode starts recording immediately and stops when preset time countdown, in hours/minutes/seconds expires
Manual control of recording start, stop, and pause if desired
Multiple file feature splits audio streams into separate song tracks based on silent periods between songs
Selection of Stereo or Mono recording in either 8 or 16 bit format.
Compact display minimizes screen clutter
Track splitter technology
Multi-session schedule
Support and edit ID3 tag and WMA attributes
Noise reduction
Real time mix background music with fade in and fade out capability
Remove vocal from background music
Capable to record voice chat and VOIP
Record history"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }