Skip to content

Releases: RevoluPowered/one-voip-godot-4

4.2 Test release - NO JITTER BUFFER

Pre-release

Choose a tag to compare

@marc-weber1 marc-weber1 released this 10 Dec 23:30

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