Awesome, got the null driver setup, had to copy it from another computer running 7.
And now I can build my own dll and call it with ctypes, YES!! It's just a stupid multiplication function right now, but it means I can compile the speex library seperately for the different platforms, and bundle it with the executables...
I'm learning. Slowly but surely I'm learning. Hopefully this means in the next couple weeks...(go ahead, laugh), I'll be able to use the functions that the speex library provides along with PyAudio (a PortAudio module for python) and I'll practically be using all the same libraries VoiceChatter is using.
On top of that...
http://xoomer.virgilio.it/infinity77/main/freeware.htmlHas a TON of custom wx controls like HyperTreeList and CustomTreeList that allow you to append ANY wx control to the end of it all...

It'll probably be a good 2 damn years before I ever catch up to VC but it'll be worth it. (I have to refrain from looking at VC's code actually...because VC = GPL; and I plan on releasing mine under an MIT/BSD/Apache license or something similar.)
I remember someone wanting a daemonized client; so I think I'll try and pull that off first, then maybe add a GUI layer that communicates to the back end somehow. Sooooo many possibilities. O_o