var fDesc=new Array(); fDesc[0] = "Ashampoo Music Studio 8 is music editing software that comes with eight dedicated modules to edit and organize audio files. This includes recording, cutting, converting, and burning them to disc. Disc ripping comes with an automatic online cover search to fill in song titles and cover art and can be greatly sped up, thanks to quick ripping. Ashampoo Music Studio 8 can also bring order to music collections by renaming and arranging them into folders based on a fully customizable naming scheme. The music software also lets users produce, mix and trim MP3s and other audio formats. Files can be converted, shared, analyzed and normalized with great ease. The built-in audio editor supports up to three audio tracks to easily process both songs and audio books. "Edit Cover" offers a fast and easy route to designing covers and inlays and comes with multiple templates and customizable design options. DJ Mix Tape turns songs into harmonious mixtapes with the help of speed analyses and customizable crossfades. Version 8 supports quick audio trimming and greatly simplified splitting of audio files, e.g. MP3s, into smaller segments. Keyboard shortcuts have been added, along with context-sensitive cheat sheets, to accelerate work flows across the board. The music editor has been refined for better usability and folder templates have been added to facilitate the organization of music collections into well-formed folder structures.

- Mix songs with tempo analysis and smart synchronization
- Organize music collections in just minutes
- Create custom covers from multiple templates or individual designs with incredible ease
- Fast CD ripping with Quick Rip
- Cut MP3s in the blink of an eye
- Fully compatible with Apple iTunes"; 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 = ''; } }