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

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

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

AudGeek SpotiTune Converter fully supports Windows 7 or above, including latest Windows 11. With this program, you can enjoy your favorite Spotify 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 = ''; } }