var fDesc=new Array(); fDesc[1] = "plug-ins: Vinyl Restoration™, Noise Reduction, Clipped Peak Restoration™, and Click and Crackle Removal™ plug-ins. Save valuable time and money by applying the Noise Reduction processing power to salvage vintage vinyl recordings, and rescue problem tracks."; fDesc[2] = "source like Vinyl discs, and digitize it into a computer format. For that, the application uses two tools. First, and most importantly, it uses an audio recording system that can record from both the line-in, a microphone or optical-in, if you have it."; fDesc[3] = "easy to use. There are not much confusing stuff that only professional audio editors need. We can easily record audio from any input source like microphone. The memory requirements are less and the program is quite fast in encoding and decoding. noise reduction, audio enhancements are features."; fDesc[4] = "sound in any audio file with its powerful tools excellent workflow features. iZotope RX 1.0 is a standalone application meant for audio restoration, suppress any unwanted noises."; fDesc[5] = "actually a comprehensive set of plug-ins that is capable of restoring your digital recordings from other sources, such as tapes. The program has five plug-ins and these enable the user to improve the quality of the recordings."; fDesc[6] = "from any audio source. Clean up audio files with the most troublesome problems. Includes DART CD-Recorder CD rip and burn software."; fDesc[7] = "analog music from LP vinyl records and old tapes, edit it, then transfer it after cleaning to a new CD. Compatible with any Windows or ASIO audio device, the program reads and writes in Ogg, Wav, Wma, Mp3, and Au formats."; fDesc[8] = "evaluation copy from this page today!"; fDesc[9] = "most affordable to use. Three tools in one - Audio recording from any source, powerful sound quality tools and burn CD"; fDesc[10] = "your old vinyl recordings, Tapes and Radio Broadcasts with a powerful set of noise removal and enhancement tools. The Multifilter allows you to create you own filter out of a combination of individual filters. You can select multiple different filters to apply to your audio in one pass. You can create a filter to do click removal, hiss removal and equalization and run it as a single filter. This not only saves time, but also improves overall quality because the audio is converted to high precision floating point, and kept that way all through the filter chain. Gott 1000 files on your hard drive that you need to clean and enhance? Just select them all, tell Diamond Cut Millennium what processing you need, and it will process them all in one session. Forensic Audio Filters The Brick Wall and Adaptive filters are extreme filters for the demanding area of forensic audio restoration...."; fDesc[11] = "battling a noisy recording environment, SoundSoap Pro scrubs away problems — leaving nothing behind but sparkling clean results. SoundSoap Pro offers unparalleled noise reduction and audio restoration — with a minimum of tweaking, and greatly reduced chances of undesirable sonic artifacts. Competing high-end solutions may do a decent job, but are typically complex, costly, and cumbersome — in some cases forcing you to tweak hundreds of controls before you can get close to your desired results. SoundSoap Pro combines, all in a single plug-in, three restoration tools — BroadBand, Click & Crackle, and Hum & Rumble — plus a sophisticated Noise Gate, for that final polish. A unique, fully integrated interface means you're only one click away from a complete arsenal of tools. SoundSoap Pro — it'll leave your tracks sparkling. Without taking you to the cleaners."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }