var fDesc=new Array(); fDesc[0] = "Perfect Sound Recorder is a professional sound recorder software that you may use to directly digitize recordings of music cassette tapes, streaming Internet audio, vinyl LPs, videos, and meetings directly to your computer’s hard disk, creating popular mp3 or wave sound files on the fly. Perfect Sound Recorder can easily record from any sound card input line, from microphone, cassettes, LPs, to CD, DVD, line-in, your home stereo or an MD player. Furthermore, it can record sound played by other programs (e.g. RealPlayer, Windows Media Player, Quick Time, WinAmp) including live Internet broadcasts. Features:-CD Quality Recordings: With its professional sound engine, Perfect Sound Recorder produces CD quality recordings. -Professional Sound Recorder: Perfect Sound Recorder can record any signal played through your sound card into Mp3 and Wav files. -Recording Schedule: Perfect Sound Recorder can start and stop recording at any time you set. -Easy-to-use User-friendly Interface: Most functions can be called up with a simple mouse click or menu selection. -Record Volume Control Support: Perfect Sound Recorder integrates the complete set of record volume control for your convenience. -Flexible Setting: Perfect Sound Recorder can automatically detect the recording formats your sound card supports and then set the application's parameters for the best possible performance. The default parameters work in most cases, but you can change them easily to best suit your needs. -Direct-To-Disk Long Time Recording Support: Perfect Sound Recorder can record on the fly for as long as your like without interrupt. It can record and save to an mp3 file in one operation instead of having to save it to a wav and then spend time converting. - 8 out of 10Requirements:- Full-duplex sound cardLimitations:- Record 40 seconds only in demo version
Perfect Sound Recorder is a simple and easy-to-use, yet reliable and powerful sound recorder."; 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 = ''; } }