Mumble VOIP hook "canHearPlayer"

Hello,

Feature request ->
Be able to “interact” and modify/bypass the mumble VOIP

Threw a callback given from an event like “canHearPlayer” that can return a boolean of “I can hear the player”
It would be awesome to add our own restrictions for private conversation, client muting, wall/place restriction and phone calls…

For instance: http://wiki.garrysmod.com/page/GM/PlayerCanHearPlayersVoice

it’s more likely that ‘voice targets’ will be implemented, which are a standard feature of the mumble protocol.

this’d basically allow registering a set of players/channels as a voice target, and allowing to switch between targets at will - which is technically as flexible and likely less CPU-intensive than event invocation.

1 Like