Voice chat

Post Reply
ChristienChapman
Member
Posts: 117
Joined: Sat May 28, 2022 00:04

Voice chat

by ChristienChapman » Post

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

User avatar
Mantar
Member
Posts: 650
Joined: Thu Oct 05, 2017 18:46
Contact:

Re: Voice chat

by Mantar » Post

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

User avatar
Linuxdirk
Member
Posts: 3246
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Voice chat

by Linuxdirk » Post

... 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.

AmyMoriyama
Member
Posts: 107
Joined: Wed Jun 30, 2021 14:53
GitHub: AmyMoriyama

Re: Voice chat

by AmyMoriyama » Post

Mantar wrote:
Tue Jul 12, 2022 18:42
Mumble works well, and I think there's a CSM that can do positional audio with it.
Have a link to that CSM?

User avatar
Mantar
Member
Posts: 650
Joined: Thu Oct 05, 2017 18:46
Contact:

Re: Voice chat

by Mantar » Post

Lead dev of Exile, git repo: https://codeberg.org/Mantar/Exile

SurviveX
New member
Posts: 4
Joined: Thu Nov 10, 2022 20:31
GitHub: AligatorBkmz
In-game: SurviveX

Re: Voice chat

by SurviveX » Post

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

Kostivar
New member
Posts: 6
Joined: Thu Jan 11, 2024 21:10

Re: Voice chat

by Kostivar » Post

Linuxdirk wrote:
Wed Jul 13, 2022 06:10
... 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.
How is that completely out of scope, voice chat implementation is something relevant to a multiplayer game engine.

User avatar
Linuxdirk
Member
Posts: 3246
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Voice chat

by Linuxdirk » Post

Kostivar wrote:
Tue Jan 07, 2025 14:39
How is that completely out of scope, voice chat implementation is something relevant to a multiplayer game engine.
Luanti is no “multiplayer game engine” – whatever that is supposed to be.

Astrobe
Member
Posts: 635
Joined: Sun Apr 01, 2018 10:46

Re: Voice chat

by Astrobe » Post

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.
My game? It's Minefall.

real_mineplayer
Member
Posts: 22
Joined: Sat Jun 15, 2024 19:43
GitHub: realmineplayer
In-game: mineplayer
Location: Germany

Re: Voice chat

by real_mineplayer » Post

Maybe just add something to mute / unmute the mic to the engine so it‘s easier to set keyboard commands for this

Post Reply