Releases: RevoluPowered/one-voip-godot-4
Releases · RevoluPowered/one-voip-godot-4
4.2 Test release - NO JITTER BUFFER
Unpack the folder one-voip to your Godot project.
Keep in mind: in addition to the instructions in readme, this release has no threading set up, so you need to call this in a process function somewhere:
func _process(delta):
super._process(delta)
mic_capture.send_test_packets()
where mic_capture
is the VOIPInputCapture
Supported platforms: windows, linux