Question

My goal is a cross-platform voice chat application. The part I am a bit confused about it's the voice transferring one : )

What can you suggest? Maybe a binding to some low-level library or even a framework?

BTW, I don't have to use Python, so if you think that Python is not a good idea for this purpose, please show me the true way : )

Was it helpful?

Solution

You should look into Telepathy:

http://telepathy.freedesktop.org/wiki/

There are Python bindings available:

http://telepathy.freedesktop.org/wiki/Telepathy%20Python

See also; the end of this presentation features an IM/Voip client in 20 lines:

http://raphael.slinckx.net/files/telepathy-guadec-2007.pdf

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top