var fDesc=new Array(); fDesc[1] = "output. In fact you can access to online radio stations and enjoy various types of music like (Rock, Pop, Jazz, Classic, Vocal, User, and much more.), in multiple languages."; fDesc[2] = "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[3] = "karaoke formats. Kara Fun offers an in-built karaoke editor to create exotic karaoke music files with custom pictures or video. Kara Fun offers an in-built format conversion tool that can convert any video file to AVI or WMV and any audio file to WAV or WMA using single click."; fDesc[4] = "program removes the voice on your audio files. If you like a song but you do not like the way the singer sings or if you want to listen to the music alone, you can use this program to edit it."; fDesc[5] = "Power Vocal Remover to create instrumental tracks from many CD recordings. Convert MIDI Karaoke KAR files into CD+Gs."; fDesc[6] = "balance and changing the tempo rate of an audio file. Karaoke Sound Tool supports MP3, WAV and BIN file formats. Time line enable the user to modify particular or desired part of the audio file."; fDesc[7] = "instrument without any distortions. The software has an enhanced core technology which enables enhanced tracking as well as correction capabilities. It has a redesigned user interface which is refined for a smoother workflow."; fDesc[8] = "voice or solo instrument without any distortions. It is bundled with five vocal processing modules. The software has features like the harmony engine vocal modeling harmony generator which has four independent harmony voices, harmony generating modes, humanization features, real-time preset system"; fDesc[9] = "program's main window you will see five different bars. Each bar will allow you to modify different properties of your audio files."; fDesc[10] = "be hosted as a plug-in with VST and RTAS applications. The program allows users engaged in computer based audio recordings an automatic method of pitch correction."; fDesc[11] = "when the narrator is talking and they are also extensively used in dance productions. Side chaining in software has been made easy with db audioware Sidechain Compressor 1.1."; fDesc[12] = "English, then hear the voice synthesizer ‘sing’ them by playing the melody on their MIDI keyboards. It can be used as a stand-alone program or with a host program."; fDesc[13] = "Audio4You Karaoke Mixer supports many audio file formats for the background music. You can choose from Midi, Kar, Mp3 or Ogg. The Midi version allows for 16 MIDI channels."; fDesc[14] = "The program works in real time through a harmony generating plug-in. This creates professional sounding vocal arrangements. There are also four different and independent of one another harmony voices, various harmony generating modes, natural sounding performances and a preset system."; fDesc[15] = "version. If you choose the latter, you have to point out the Winamp plugin folder when installing it. After the installation, just activate it like a DSP/Effect Plugin (under the Preferences window)."; 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 = '...'; } }