var fDesc=new Array(); fDesc[0] = "Mp3tag Audio Indexer is a freeware plugin for Google Desktop Search which indexes metadata of audio files. It supports Unicode for both filenames and tag contents.

It indexes metadata like title, artist, album, track length and bitrate of audio files and supports the following audio formats:

Advanced Audio Coding (AAC)
Monkey's Audio (APE)
Free Lossless Audio Codec (FLAC)
MPEG Audio Layer 3 (MP3)
MPEG-4 (iTunes® compatible MP4 / M4A / M4B)
Musepack (MPC)
Ogg Vorbis (OGG)
OptimFROG/OptimFROG DualStream (OFR/OFS)
Speex (SPX)
True Audio (TTA)
Windows Media Audio (WMA)
WavPack (WV)"; 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 = ''; } }