var fDesc=new Array(); fDesc[0] = "There are many audio formats that can be used for storing music, audio books, lectures, and other recordings in digital. Quite often there is a need to convert audio from one format to another. For example, your portable recorder produces sound as WAV, and you want it in MP3. Or you get some album in APE and intend to reduce file size greatly by converting APE to OGG Vorbis. Yet another possibility arises if you want to rip your Audio CDs in order to transfer your favorite music to a portable player.

AudioConverter Studio supports 8 most popular audio formats and can freely convert sound from one of them to another. The supported formats are: MP3, OGG Vorbis, WAV, FLAC, APE, WMA, MPC, and CDA (Audio CD). AudioConverter Studio also offers an easy-to-use Audio CD ripper, thus there are, in fact, two applications in one. Audio CDs can be converted to any of the supported formats. Most people tend to rip Audio CD to MP3 format, but those who prefer lossless formats can rip Audio CD to FLAC, WAV, or APE.

The Audio CD ripper can read CD-Text information to get title, artist, year, and other data on the album. If no CD-Text is available on your Audio CD, the program will automatically fetch all related information from the online database, CDDB. The information is saved inside each file, so after the ripping is done, all files are properly tagged. Even better, you can set any desired pattern for output filenames, so there's no more need for filenames like "track01.mp3".

AudioConverter Studio copies meta information (aka ID3 tags) from source files, if you convert from a higher quality audio format to a lower quality one. For MP3 files, it supports both ID3v1 and ID3v2.

The program can be set to put converted files into input folders and delete source files after a successful conversion. Thus, if you want to convert a considerable part of your music collection to some other format, while preserving the structure of folders, this can be easily done."; 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 = ''; } }