var fDesc=new Array(); fDesc[1] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[2] = "to introduce you a simple yet powerful program that will let you perform this task easily. DVD Audio Extractor, as its name suggests, will let you extract all audio from any DVD, in just four simple steps."; fDesc[3] = "files using more than 10 audio filters. Like Silence, Reverse, Echo, Fade In, Fade Out, Audio-cleanup. The audio graph helps the user to know the current playback and exact position for using a filter or editing of sound."; fDesc[4] = "produced by any external program, such as sound from a microphone, CD/DVD player, audio and video tape recorder, space broadcasting and so on. Gold Wave Editor Pro has an easy to use interface."; fDesc[5] = "(using an integrated or external fingerprint reader). The application is compatible with Windows XP and Windows Vista, supports domain security integration and have a friendly user interface."; fDesc[6] = "vice-versa in a very easy way. The program runs fast and it is really easy to install. This application will guide the user on how to use the program in multiple ways."; fDesc[8] = "enables you to easily split WAV files from any source, like LP, tape or even CD. After recording, you can let CD Wave automatically calculate split points, or you can manually add and delete split points."; fDesc[9] = "powerful as Sound Forge but still it can do regular operations as fade in, fade out, normalization, reverse, invert and others. This program is completely free."; fDesc[10] = "moving it to the RAM memory, which in theory should save you time. This application, I think, is intended for bigger files than your average 3mb songs. For such files, you wouldn't need to save time."; fDesc[11] = "to WAV, but also to WMA. You can also convert from one MP3 file to another MP3 file in order to change its bitrate. You just need to right-click the audio file and select the output format of your choice, and MP3 To Wave Converter PLUS will start working."; fDesc[12] = "removes noises from vinyl records that come from the surface, such as the repeated clicking. Music cassettes generally have a hissing sound, which this program can also remove. The Wave Corrector removes these noises from the background so the quality is clear."; fDesc[13] = "edit them using a sound editor. For converting MP3 into Wave format first you have to choose MP3 file and right click on it. By right clicking it will show a menu from which you have to choose Decode to Wav option."; fDesc[14] = "Ripper is an extremely beneficial tool in providing such kind of high quality output. Winxmedia DVD Audio Ripper can extract DVD audio to high quality WAVE, MP3, WMA 9, ASF audio files. Winxmedia DVD Audio Ripper supports MP3 with CBR, VBR, version and many preset quality modes,"; fDesc[15] = "'pops'. It provides both automated and manual de-clicking features. It can also capture sound directly from the sound card to record the information digitally on the computer. However , some common features like cut and paste in editing sound is not available in the software."; 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 = '...'; } }