var fDesc=new Array(); fDesc[0] = "AudGeek AmaziTune Converter is an easy-to-use and powerful Amazon Music converter which can convert Amazon Music songs to MP3, M4A, WAV, FLAC or AIFF at 20X faster conversion speed.

AudGeek AmaziTune Converter can keep all ID3 tags including title, album, artist, track number and artwork after conversions. It supports all Amazon Music plans inlcuding Amazon Music Free, Amazon Music Prime and Amazon Music Unlimited. It can rename songs with ID3 tags, hyphen and space, and sort output files into artist/album folders.

AudGeek AmaziTune Converter works with a built-in Amazon Music web player and all your favorite albums and playlists can be converted in only a few clicks.

AudGeek AmaziTune Converter fully supports Windows 7 or above, including latest Windows 11. With this program, you can enjoy your favorite Amazon Music songs on various devices including iPod Nano/Shuffle, Sony Walkman and MP3 players, as well as use as BGM or audio source in various video/audio editing applications."; 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 = ''; } }