var fDesc=new Array(); fDesc[0] = "RadioLine is a sound editing software for sound contents such as a net radios or podcasts.
Multitrack editing (mixdown) is available, which is unavailable on SoundEngine: It is possible to record or paste sounds on 4 tracks. After the adjustment of a volume, a pan and a fade for each track, the sound is at the last written into a file.
RadioLine Free should be used for personal or educational purpose, or for a review.
Our company assumes no responsibility whatsoever for any damages resulting from the use of this software."; 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 = ''; } }