Pete Posted May 9, 2022 Share Posted May 9, 2022 (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, 2022 by Pete Quote Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted May 11, 2022 Administrators Share Posted May 11, 2022 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...
celinakeisha Posted November 26, 2022 Share Posted November 26, 2022 Can you integrate lighter sound into Traffic Rider MOD APK game? I will send the Apk file of the game to you. Quote Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted November 28, 2022 Administrators Share Posted November 28, 2022 No we can't 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.