[req] lua interface for mumble
Posted: 20 Sep 2009, 03:10
Mumble is multiplatform open source voice communication software.
I would like its interfaces to be wrapped for lua by the engine.
It provides 2 basic interfaces:
- link interface - to update player position in game environment - allows it to position voice
- dbus or ice interface for controlling mumble client
If those were exposed to lua we could do lots of interesting things.
Like auto connect all people with mumble to given room and even shuffle them around as they ally in FFA game.
We could also put simple indicator who is talking in the game itself etc..
I would like its interfaces to be wrapped for lua by the engine.
It provides 2 basic interfaces:
- link interface - to update player position in game environment - allows it to position voice
- dbus or ice interface for controlling mumble client
If those were exposed to lua we could do lots of interesting things.
Like auto connect all people with mumble to given room and even shuffle them around as they ally in FFA game.
We could also put simple indicator who is talking in the game itself etc..