var fDesc=new Array(); fDesc[1] = ", stop, rewind and forward any audio file using the play control. You can cut, copy or paste any part of the audio file or use the recording tool to record your own voice and mix it with music tracks."; fDesc[2] = "multi-track waveform audio. REAPER provides an extensive set of features, but is a very small and lightweight application (the installer is less than 1 megabyte, and includes many effects and a sample project). Here are some key features of \"REAPER\": Supports ASIO, Kernel Streaming, WaveOut, and DirectSound for playback and recording Reads WAV, OGG, and MP3 files, records WAV files Lets you arrange any number of items in any number of tracks Supports audio processing plug-ins (DirectX and Jesusonic) Volume, pan controls and envelopes per track Multi-layer undo/redo support User creatable color themes"; fDesc[3] = "handheld. Typical Applications include test tone generation in studios for the alignment of levels, calibration and testing of audio equipment or speakers, tuning music instruments as an accurate reference tone, demonstration of audio principles to students and more. Features Sine wave, square wave, triangular waveform, saw tooth waveform, impulse, white noise and pink noise. Supports frequencies from 1Hz to 22kHz bandwidth (subject to sound card). Multiple simultaneous tones (1 to 16 tones can be created at the same time) (useful to create harmonics). Mono or separate stereo operation (ideal to create dual tones or 'beats'). Tone Sweeps (Log or Linear). Plays tone or saves as wav file."; fDesc[4] = "your Stereo Equipment, Importing Audio Tracks from your CD´s, etc. In one word, this tool is a sound editor program for Windows. You can also edit your voice and another sounds recordings and if you want it you can also add some sounds effects."; fDesc[5] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output."; fDesc[6] = "formats, and extract audio from video files to AIFF/AIFC, MPEG-4 Audio, MPEG Layer-3, MPEG Audio, OGG, RealAudio, Waveform, Windows Media Audio."; fDesc[7] = "audio data such as displaying a waveform image of an audio file, applying more than 20 sound effects and 6 filters."; fDesc[8] = "different sources. You can use any saved file or use the program to capture audio or video from your computer. You can use an unlimited number of tracks to include music, sound effects, recorded speech, images or videos to your project."; fDesc[9] = "long time unattended recording and you don't miss the start of a song or sound. It can record any sound playing through or any signal connected to your sound card to MP3 and WAV format. To control the recording process Steady Recorder displays a sound waveform and its spectrum in real-time. With the selection tool you can easy navigate throughout the recorded sound, play, select and save any portion of a waveform. General features: Support simultaneous recording, playback and saving. Delayed selection and saving of the recorded waveform is enable. Fast control of available recording and playback audio devices. Recording tool features: Real-time a sound waveform and spectrum monitoring. Peak indicator with sound clipping detection. Very little usage of the computer processor."; fDesc[10] = "files. The application is an innovative music player capable of doing loads of cool auto-mix sorting operations. It has customizable auto-mix settings based upon the audio files, and adapts to a variety of genres accordingly. It has dual independent players along with Vu meters."; fDesc[11] = "with audio files. With Digital Audio Editor you can record your own music, save it in any of the supported formats or convert it from one format to another, record audio files from a microphone or any other available input device, change the waveform display of an audio file, etc."; fDesc[12] = "tape/cassette recordings and divides album files into separate CD track files. Individual click corrections can be auditioned and edited. A graphical display overlays the corrected and uncorrected waveforms to allow easy comparison."; fDesc[13] = "editing complete recordings in MP3 format so you can split them into separated MP3 files. Now you don´t have to be an audio editor in order to split your audio files."; fDesc[14] = "data such as displaying a waveform image of an audio file, filtering, applying various audio effects, format conversion and more. Features include: Open, create and save audio files; Display a waveform window of an audio file and apply zooming; Play an audio file or any part of it; Record new audio file from a microphone or another input device including speaker output; Visually edit an audio file (Cut, Copy, DeleteSilence, Paste, PasteFromFile, Mix, MixFromFile); Apply different effects (Amplify, Delay, Equalizer, Fade, Flanger, Invert, Normalize, Reverse, Silence, Stretch, Vibrato, Echo, etc... Apply different filters to the selected part of an audio file (BandPassFilter, FFTFilter, HighPassFilter, HighShelfFilter, LowPassFilter, LowShelfFilter, NotchFilter;"; fDesc[15] = "multi-tones, MLS, DTMF, music scale, arbitrary waveform generation including sweep function. It is a part of VIRTINS Multi-Instrument."; 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 = '...'; } }