var fDesc=new Array(); fDesc[0] = "Tinynice MP3Recorder is a free tool designed to help you make your own recordings directly on MP3 from either an external microphone, or any other source playing in your computer–Internet streaming, Winamp, Windows Media Player, and more. This useful free application allows you to cut blocks from your recording, which you can later save as different files.

The recording is displayed in its wave-form layout window in real time, as the recording is taking place, which allows us to constantly check if the signal strength and the recording volume are adequate or need adjusting. The wave-form presentation is also very useful when it comes to select a certain block of audio that we need to eliminate or save in a different file, which we can easily do with the help of its zoom-in and zoom-out functionality.

Tinynice MP3Recorder can capture any audio playing in your computer, be it a sound file playing in your favourite player (Winamp, Windows Media Player, Quick Time, Flash, and Real Player are supported), the soundtrack of a game, or the music stream coming from the web page you are visiting.

Anything coming in or going out Tinynice MP3Recorder is handled in MP3 format. No intermediate WAV files are created, saving you disk space and system resources. The properties of the output MP3 file (sampling rate, bit rate, and number of channels) are customized by the user before the recording starts."; 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 = ''; } }