Voice chat
-
- Member
- Posts: 117
- Joined: Sat May 28, 2022 00:04
Voice chat
Minetest should have voice chat so players can talk to each other with mics. Maybe there can be functions in lua to enable or disable mics at times or for certain players and various commands to mute players, etc. The thing that made the Wii U version of Mincraft so awesome is that all Wii U's had built-in mics and you either had it on or off. Most people used it so it made communication unique and personal whereas PS3 users had to buy mics and most did not have one. This feature would be great for Minetest. Just like the Wii U, many laptops have built-in mics. Although not the best quality, I would take that over no communication. Of course this feature would best be implemented by the server by enacting some code into their lua scripts calling for mics to be enabled since you can't have 100 people using the sane channel at the same time.
God bless you.
List of releases:
Minetest Zombies Minigame - viewtopic.php?f=9&t=28442&p=412633#p412633
- > cdb_1d60e1a03f83
List of releases:
Minetest Zombies Minigame - viewtopic.php?f=9&t=28442&p=412633#p412633
- > cdb_1d60e1a03f83
Re: Voice chat
Mumble works well, and I think there's a CSM that can do positional audio with it.
Lead dev of Exile, git repo: https://codeberg.org/Mantar/Exile
- Linuxdirk
- Member
- Posts: 3246
- Joined: Wed Sep 17, 2014 11:21
- In-game: Linuxdirk
- Location: Germany
- Contact:
Re: Voice chat
... but why should an engine for voxel-based games implement voice chat? This is completely out of the scope of it.
As Mantar said, simply use Mumble.
As Mantar said, simply use Mumble.
-
- Member
- Posts: 107
- Joined: Wed Jun 30, 2021 14:53
- GitHub: AmyMoriyama
Re: Voice chat
Lead dev of Exile, git repo: https://codeberg.org/Mantar/Exile
-
- New member
- Posts: 4
- Joined: Thu Nov 10, 2022 20:31
- GitHub: AligatorBkmz
- In-game: SurviveX
Re: Voice chat
I absolutely agree. Minetest client (luanti) must have its own voice chat or api for it. Installing client mods on the player side is not the right approach. Not all players want to engage in modding and are not required to understand the mod system. Is it possible to push the chat implementation into the main development branch of the client? In my opinion, this is one of the most important things that will increase the audience of players
Re: Voice chat
How is that completely out of scope, voice chat implementation is something relevant to a multiplayer game engine.
- Linuxdirk
- Member
- Posts: 3246
- Joined: Wed Sep 17, 2014 11:21
- In-game: Linuxdirk
- Location: Germany
- Contact:
Re: Voice chat
Luanti is no “multiplayer game engine” – whatever that is supposed to be.
Re: Voice chat
But it is. This argument doesn't support well the scope argument anyway.
Voice over IP (VoIP) is no trivial task and is better left to dedicated applications and their specialists.
Even if there's a library somewhere that could help with the implementation, the impact on "customer support" requests could be significant; VoIP combines the problems of networking and audio processing. Multiply that by 10 because Luanti is multi-OS.
Voice over IP (VoIP) is no trivial task and is better left to dedicated applications and their specialists.
Even if there's a library somewhere that could help with the implementation, the impact on "customer support" requests could be significant; VoIP combines the problems of networking and audio processing. Multiply that by 10 because Luanti is multi-OS.
My game? It's Minefall.
-
- Member
- Posts: 22
- Joined: Sat Jun 15, 2024 19:43
- GitHub: realmineplayer
- In-game: mineplayer
- Location: Germany
Re: Voice chat
Maybe just add something to mute / unmute the mic to the engine so it‘s easier to set keyboard commands for this