Skip to content

Releases: RevoluPowered/one-voip-godot-4

4.2 Test release - NO JITTER BUFFER

10 Dec 23:30
Compare
Choose a tag to compare
Pre-release

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