On 1/23/08, Hynek Hanke <hanke at brailcom.org> wrote: > > please, I just want to ask if there is some Python programming interface > to PulseAudio or some bindings for the C library that one could use? With the ctypes module you should be able to access any of the PulseAudio shared libraries from Python: http://docs.python.org/lib/module-ctypes.html Jeff