var fDesc=new Array(); fDesc[0] = "Ape Ripper is an APE music CD image (APE CUE) file ripper which can split large APE music CD image (APE CUE) file to separate MP3, APE, WAV files or other format audio files including VOX, g726, and g723.
Features:
- Easy to use, you only need to select an APE file and a CUE file.
- Export file in MP3, WAV, APE, VOX, G726, G723 format.
- Supports MP3 ID3v1 and ID3v2 tag. ID3 tags are collected from the APE file and CUE file automatically.
- Embeds a MP3 ID3 editor support MP3, MP2, MPEG, MP , MPC, OGG and AVI audio formats.
- Supports customizable output MP3 bitrate from 8 kbps to 320 kbps.
- Supports customizable output MP3 sampling frequency from 8000 Hz to 44100 Hz.
- Supports customizable MP3 quality, the better quality the slower ripping."; 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 = ''; } }