This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Library for integrating into game engine?


Pete
 Share

Recommended Posts

Hello. I'd like to try integrating mumble into a game engine (Godot), is there a library I can use for this? The links I found on the website go to full app repositories as far as I understand, we're looking for only the library, ideally something portable where we could provide all the OS services (sockets, threads, maybe even audio input and output) via some abstract interface (since the engine already has platform independent implementations), that way we can build on all the platforms the engine exports to. Does such a library exist? where can I find it?

 

Thanks!

Edited by Pete
Link to comment
Share on other sites

  • Administrators

There is https://github.com/mumble-voip/libmumble, which should be what you are looking for. Note though that this implementation of the lib is rather recent and not thoroughly tested, so expect some rough edges. Also it is not yet documented, but maybe the examples in https://github.com/mumble-voip/libmumble/tree/master/src/example are enough to get you started?

Link to comment
Share on other sites

  • 6 months later...
 Share

×
×
  • Create New...