var fDesc=new Array(); fDesc[0] = "Easy Karaoke Player by DigitByte Studio is a small application that plays karaoke audio, and records karaoke songs to wav files. It can reproduce multimedia file formats that include: MP3, MIDI, KAR, WAV, WMA, AC3, OGG, MPA, MP2, AU, AIF, SND, etc., and video formats like VCD, MPEG, AVI, WMV, ASF, OGM, DIVX, DAT, SVCD etc.

This is an application I do not recommend. First we have a poorly designed interface (no media Library, bad graphics and the feel of an audio recorder). There are no included Karaoke Files (most karaoke applications bring at least a couple of samples) and the price seems to high (even a free application offers a lot more.)

This is no Karaoke, but an audio player and recorder.

If you feel like giving it a chance, you can get a limited trial version of Easy Karaoke Player for free at the developer's site. ( it only outputs the first minute of a song).

System Requirements:
Full duplex sound card
Microsoft Windows 98/Me/NT/2000/XP/2003/VISTA
Microsoft DirectX 9.0 or later
2G free space of hard disk
Microphone"; 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 = ''; } }