var fDesc=new Array(); fDesc[1] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files."; fDesc[2] = "music and stories recorded by the user himself. It is very simple and easy to use, but it doesn't allow adding visual effects to presentations or editing pictures. It runs on Windows Vista and all versions of Windows XP."; 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] = "100 file formats. Since 2004, Tunebite has been mentioned and singled out for excellence in more computer trade publications than any other legal software solution that removes DRM copy protection. Tunebite legally removes the audio DRM copy protection from music & audio books by re-recording it at up to 54x the speed. With either the playback software or Tunebite, additional copyrighted music & audio book files can be copied by using the virtual CD-burner. Tunebite has one of a kind quality control with “PerfectAudio”, guaranteeing error-free audio output. Tunebite turns the PC into a high-performance, Video DRM converter and ensures the synchronicity of video & audio while the copyrighted video files are played back. In the process, Tunebite legally photographs, frame by frame, the replayed, copyrighted films & saves them in the desired format. Tunebite informs you of the..."; fDesc[5] = ", Freecorder The program installs itself as a browser toolbar in Internet Explorer or Mozilla Firefox, letting you record every sound coming from your speakers.Toolbar Application records everything you can hear through your speakers."; fDesc[6] = "what you see when you start any other audio recorder. A graphic representation of a tape recorder, with record, play, stop, and pause controls."; fDesc[7] = "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[8] = "in a file any sound that goes through your sound card. You will be able to record sounds from programs, an Internet streaming, your microphone, the CD/DVD player or any device you connected to your Line In jack, such as a TV set, a cassette recorder or a Hi-Fi system."; fDesc[9] = "program you can quickly and easily record audio notes, messages or announcements in either wav or mp3. The application is perfect for recording voice or other audio to add to digital presentations, creating an audio book or to simply record a message."; fDesc[10] = "easily. You can import any MP3, WAV, OGG, AVI, VOX, WMA or CDA file to edit it, or record your own sound using the inbuilt audio recorder. Audio Editor enables you to cut, copy, paste or erase any part of an audio file in seconds."; fDesc[11] = "for telephone line recording, radio station logging, control room recording,remote audio monitoring, radio communication recording and other specialized voice recording applications."; fDesc[12] = "designed and so is the program. When you first launch the application, you will see the program's main window where you will be able to start recording automatically by simply clicking on the record button."; fDesc[13] = "of new tracks while playing the current ones. It features a mono and stereo audio mode. Cycle recording allows automatic multiple recordings to take place simultaneously."; fDesc[14] = "other words, if you download SkypeCap and install it, it will become a gateway between Skype and the Internet, and, thus, will be able to capture all the traffic that goes through it."; fDesc[15] = "You have the option to record audio from a sound card, cassette tape, video tape, microphones, line in etc. You can record any type of audio according to your taste and preference."; 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 = '...'; } }