ikbencasdoei / godot-voip

godot-voip is a Godot Engine addon which makes it very easy to setup a real-time voice-chat system in your Godot game. This addon also includes a demo project.
https://godotengine.org/asset-library/asset/425
MIT License
196 stars 13 forks source link

Can't get audio to work on Linux #1

Closed MrMinimal closed 4 years ago

MrMinimal commented 4 years ago

First of all: thank you for this project, a lot of people could use a good VOIP implementation for Godot. This would be perfect for my multiplayer flight simulation.

Problem When transmitting my voice, I get a cracking sound as shown in this video: example.zip

System Kubuntu 20.04 64 bit Godot 3.1 (and tested on 3.2) PulseAudio

Did you test this on Linux or was this developed using Windows/MacOS?

Thank you in advance!

MrMinimal commented 4 years ago

Closing as this has to be fixed by Godot itself https://github.com/godotengine/godot/issues/33184