var fDesc=new Array(); fDesc[0] = "SqrSoft Advanced Crossfading is an output plug-in for Winamp which allows mixing audio files by applying a crossfade effect with auto detection of the mixing point without stopping the music. It is ideal for small radio stations. It has a sound analyzer which monitors the level at the beginning and end of each track and adjust the mixing point. You can define how the crossfade will work when you press stop, seek, skip, or the track level in the configuration window. It also has the option of a DSP (Digital Signal Processing) plug-in, allowing the crossfade to use it with a shout cast server or a compressor.
Features:
Output PCM Formats: 11025Hz, 22050Hz, 44100Hz and 48000HZ. Mono and Stereo. 8-bits and 16-bits.
Input PCM formats: Any sample rate (built-in samplerate converter). Mono and Stereo. 8-bits and 16-bits.
Sound Buffers. Up to 32 buffers with a dynamic rage from 2Kb to 64Kb. The system calculates the best size while playing.
Mixing buffer: 500ms to 30000ms configurable range with rebuffed control.
Crossfade: Adjustable working range, 0% to 100% of the mixing buffer, initial(fade-in) and final(fade-out) level control.
Crossfade control (non-lineal): Normal crossfade, fade-on-skip/stop and fade-on-seek.
Signal analyzer: Adjustable Trigger level from -1dB to -60dB.
Gap Killer : Adjustable trigger level from -6dB to -60dB. Individual settings for rise and fall edges of the track.

Instructions:
After downloading the program and executing it an Internet Explorer - Security Warning will ask you to run the software with name "sqracf-1.7.6.1180.exe", choose the button "Run" to continue. Then you can choose the installation language. After this the setup will look for the Winamp folder. If Winamp is not installed the Crossfading setup won't continue - Remember this program is a plugin for Winamp then you need to have Winamp already installed on your computer before installing this program. After this you can mark the components you wish to install: Controller GUI (Graphical User Interface), Documentation and presets. Then push the Install button. After finishing a window will appear "Would you like to set SqrSoft Advanced Crossfading plug-in as the default Output plug-in". You can change this option later in the configuration window. After this just run Winamp and enjoy the output plug-in effect."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }