var fDesc=new Array(); fDesc[0] = "Speex for Windows are some utilities to work with great Speex codec on Windows.
Currently you can install:
- command line tools (speexenc.exe and speexdec.exe) that comes with Speex library
- ACM codec (speexw.acm)
- command line utility speexw.exe that uses ACM codec to encode and decode WAV files
- meetspeex.exe that helps you using Speex ACM codec with NetMeeting
- some allready compressed files

ACM codec and tools were created by Edmunt Pienkowsky and are distributed under the same license as Speex audio library.
ACM codec works only in CBR mode. VBR mode is better but ACM architecture not allow easly use this mode.
DirectShow technology is a better solution then archaic ACM.
All binaries where created using MinGW tools."; 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 = ''; } }