Would it be possible to create real time voice chat in godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By grify

Godot community,

Would it be possible to create a voice chat system in godot engine, specifically in terms of the capabilities of godot engine for audio input and output streaming?

If so, what things should I learn to implement this, and if not, what engines do support the underlying prerequisites for voice chat?
Thanks,

grify

:bust_in_silhouette: Reply From: Calinou

Not yet. While Godot can record microphone input, it doesn’t expose the required features to transmit voice in a low-latency manner: Add support for recording and sending VoIP data · Issue #870 · godotengine/godot-proposals · GitHub