var fDesc=new Array(); fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX."; fDesc[2] = "professional audio production. Use Adobe Audition to: - Create your own music - Record and mix a project - Produce a radio spot - Clean up audio for a movie - Compile and edit a soundtrack Whatever you do with audio, Adobe Audition software helps you sound your best."; fDesc[3] = "suite is for both, unexperienced and advanced users. It has an intuitive and easy-to-use interface. You can use it to: create sound files for music CDs, improve your music files thanks to advanced audio filters, create amazing remixes, analyze advanced data like frequency or bitrate, etc."; fDesc[4] = "left and right click to simulate turntable. Use special features like pitch control, bass, treble, surround balance, cross fading and playlist for media management. AtomixMP3 offers more than 12 sound effects to add to your track for fun."; fDesc[5] = "easy to learn and use. It it not much complicated. This is a mid-range to high-end video editing tool. A PC configured with 1GB RAM is sufficient for running one tool at a time but if you plan to run multiple tools concurrently then I suggest you upgrade your setup to 2GB."; fDesc[6] = "you to mix multiple audio tracks together quickly and easily, and also record your own audio tracks using its high quality audio recorder."; fDesc[7] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[8] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[9] = ", realtime pitch/tempo change for video and audio!"; fDesc[11] = "it’s very powerful and can help professionals in so many ways. It’s a tool where anyone can create and mix his own tracks. Voice recording facility is also available with this software so any singer can edit the track and remove vocals from it and record his own voice."; fDesc[12] = "software you will be able to convert a lot of video files from one format into another with a very fast conversion speed and an outstanding quality level."; fDesc[13] = "from one into another. The program supports some audio files such as Mp3, WAV, OGG, MP2, VOX and WMA. Using this software, you will be able to burn audio Cds, mix audio files together and more."; fDesc[14] = "to the operation of mixing and mastering music for professional and commercial quality results. Spectralive uses a unique method by which they don’t incorporate any artificial harmonics or overtone content which eliminates the inherent “hiss” introduced by other exciters and enhancer effects."; 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 = '...'; } }