Pete Posted May 9 Share Posted May 9 (edited) 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 May 9 by Pete Quote Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted May 11 Administrators Share Posted May 11 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.