Please understand that I’m not a programmer and so this is probably a really dumb question, but Mumble works so great for voice chat and it already has text chat capabilities. It could just do with a UI refresh and maybe some added functionality to really provide a much better alternative to Discord. Any thoughts?

  • who@feddit.org
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    9 hours ago

    Mumble is great, but there are some things that people have come to expect from group chat services that it is not designed to do. For example, running in a web browser, persistent message history, and multi-device access to a single account. Adding such things would be no small amount of work, which is probably the main rason it hasn’t been done. (And, of course, the changes required would make the result incompatible with Mumble.)

    Considering what exists today, I think Matrix has the best chance at becoming a Discord alternative. It already has a lot of the needed features, The new voice/video system (now in beta) looks very promising. And, of course, it also supports self-hosting and end-to-end encryption, both of which Discord lacks.

    • CptHacke@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 hours ago

      Okay, what’s the biggest and most active gamer community on Matrix? In fact, what’s the biggest and most active community for anything, not counting software developers, on Matrix? I’ve tried using Matrix many, many times. It’s a ghost town if you’re not a software developer. It’s not a viable replacement for Discord. At least not by user count. Why is that? I’m sure I’ll get slammed with nasty replies for this, but I’m just telling the truth. Have at me, if you will.

      • who@feddit.org
        link
        fedilink
        English
        arrow-up
        10
        ·
        6 hours ago

        Okay, what’s the biggest and most active gamer community on Matrix?

        I don’t know, and don’t really care. I play games mostly with friends. Listening to a large chat room full of random people doesn’t appeal to me at all.

        Regardless of social preferences, I think you’ll find that there is no Discord alternative with public chat rooms as big and active as Discord’s, nor will there be any time soon. The network effect is strong there.

        Nevertheless, we can choose tools that serve us better, and invite others to join us when it’s practical. Ex-redditors have been doing this with Lemmy. Ex-Windows gamers have been doing this with Linux. Shifting away from an entrenched platform is usually slow and gradual, but not impossible.

  • Onomatopoeia@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    10
    ·
    11 hours ago

    Because no one wanted to?

    You haven’t, right? Why? As you said, you don’t have the programming skills (neither do I).

    It’s always just that simple - someone with the expertise doesn’t feel like doing it. Nothing more, nothing less.

    Sometimes, people like you and me get motivated enough to go learn how to do these things, or find people with the skills.

  • towerful@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    11 hours ago

    It could just do with a UI refresh and maybe some added functionality

    That is actually huge ask.
    Mumble works in an “engineer brain” kinda way. Cause it has been made by engineers making sure the underlying tech is available to be used in so many scenarios.
    Making it work in a “user” kinda way is a huge change.
    And it would either make the code really difficult to maintain, or would isolate the power users by restricting the flexibility of mumble.
    The fact that mumble is FOSS is absolutely fantastic!

    Feel free to fork the project and refresh the UI.
    Or sponsored programmers to do this. If there is actually a market, you would be able to overtake mumble. You can even start from their codebase, the license is very permissive (just make sure you credit mumble!)