acre2
acre2 copied to clipboard
Mumble support
Since Teamspeak producers make even more restrictions lately for getting non-profit license, It would be good idea to create Mumble plugin. Are you planning?
Yes
To be more precise: we are evaluating. Mumble Development seems to be stuck as well.
Sounds great 👍
I'm currently trying to push the Mumble plugin support forward - see https://github.com/mumble-voip/mumble/issues/3742 So if you want to have certain features in there, make sure to leave a comment in the linked issue.
For this I am looking into writing the plugin system (partly) myself. I'll do it in a WIP fashion so I will create PRs at very early stages so that interested people (maybe some of you guys) can start criticizing my code early on. (e.g. https://github.com/mumble-voip/mumble/pull/3743)
@Krzmbrzl We are following and will post our requirements soon (@NouberNou).
Thank you for your efforts!
To be more precise: we are evaluating.
@jonpas @NouberNou I stumbled upon this ticket by chance, and wanted to give you a short notice that i already developed a plugin for a similar system for flight simulators: hbeni/fgcom-mumble. Maybe you can take some pieces from there, but a radio system is entirely doable using the new API.
@hbeni the ACRE Devs are already working on an Implementation actively: https://github.com/IDI-Systems/acre2/pull/980
Ah, cool to hear! Thanks!
Yeah. We started development in early April. It is definitely nice to see it also being adopted in flight sims. Flight gear has a neat implementation of Longley-Rice!
The referenced pull request (mumble-voip/mumble#3743) has now been merged. This means that plugin support is now available in all future Mumble feature releases (1.4.0 onwards) - including snapshot releases.
@PabstMirror @mharis001 I have been told on Slack that you guys are now the main devs that (are supposed to) continue work on ACRE2. As such I wanted to ask what your plans in terms of the Mumble plugin are and if there is something I can help to get it up-to-date.
Given that this has been working before (with an in-progress version of the Mumble API), I am kinda expecting that the main work that has to be done on it is to adapt the used API. I could probably do that for you, but I would like to get help on the actual ACRE stuff if there is something that goes beyond the mere Mumble API. Do you think that would be possible? Or do you currently have too much other stuff going on? :eyes:
@jonpas Do you perhaps have an insight into what the current plans are regarding the Mumble plugin? (Pinging you as I think you might have a clue :D)
I can tell you that none of the Managers have time to do this, we are super busy with other things at the moment.
@PabstMirror or @mharis001 might pick it up, it is entirely up to them, I am not sure if any of them decided to just yet. Any contributor is also welcome to pick it up and update it for the latest API of course!
Hopefully that answers your question.
Alright. Then I'll try to find some time to update the plugin to the latest API specs and create a PR for that. This will only work on the core Mumble API level though as I don't have a clue of ACRE internals xD
I assume the PR should be created against the mumble-plugin branch?
Yeah, PR to that branch would be perfect.
See https://github.com/IDI-Systems/acre2/pull/1108 (WIP)