var fDesc=new Array(); fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users."; fDesc[2] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation."; fDesc[3] = "converts the PC into a great stereo system by adjusting several settings to arrange the environment and simulate an audio studio. It enhances the sound quality of MP3, Windows Media, Internet, radio and many other music files."; fDesc[4] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other."; fDesc[5] = "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[6] = "multiband compression, stereo image manipulation and lowpass filtering. Very suitable for repairing recordings with phasing problems."; fDesc[7] = "This is a good pack for people who like to play with the sound tracks. The 4 plug-ins let you convert mono to stereo and vice versa, improve the spatial effect, correct any stereophonic effects and estimate the correctness of the stereo signal."; fDesc[8] = "high quality signal processing algorithms along with a continuous control of delay time. It features up to 9600 ms of delay time which depends on the internal sampling frequency."; fDesc[9] = "enhancement of mono-stereo conversions, which broadens the sound. The user can set the rate as low as 0.01 cycles a second. The acidized oscilloscope shows the user the music in colors. It is fast and reliable and sounds like an old-style foot-pedal phaser."; fDesc[10] = "to the original Flanger plug-in. They have created a plug-in that allows the user to smoothly transform it into a stereo flanging effect with a single slider."; fDesc[11] = "and can load 16 and 24 bit samples. It has 8 stereo channels with Low Pass, High Pass, Band Pass and Notch filter modes. The user could load an open hihat into channel 13+14."; fDesc[12] = ", Blue Cat's Chorus Plug-In. The difference is that they have added a subtle to very deep stereo effect feature that allows the user to create an incredible stereo effect. By tinkering with the 'stereo' control and you will be able to get this famous widening stereo chorus effect."; fDesc[13] = ", brainwave entertainment and affirmations. Mind Stereo is easy to work with because it has a familiar setup with the playlists, equalizers and is compatible with common digital media formats like CDs."; fDesc[14] = "audio files from one into another just by following some easy steps. Some of the advanced settings you will be able to change before converting your files are: audio channels (mono, stereo, forced stereo J-stereo), bit rate and sample rate."; fDesc[15] = "minimal side effects and it has high level of mono compatibility. This software is PC compatible, moreover, new features have been added, a new GUI and Mac OS X support (VST and AU)."; 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 = '...'; } }