switch to two voip addon

This commit is contained in:
Nordup 2025-09-15 17:30:54 +07:00
parent cf11ceffc4
commit 9ce4caa073
39 changed files with 193 additions and 52 deletions

View file

@ -20,4 +20,6 @@ var id: int
func _process(_delta: float) -> void:
if not is_multiplayer_authority(): return
speaking = Microphone.is_speaking
if speaking != Microphone.is_speaking:
speaking = Microphone.is_speaking