GodotVR / TiltFiveGodot4

A Godot GDExtension for the Tilt Five glasses
MIT License
36 stars 7 forks source link

Audio for multi-glasses play #9

Open patrickdown opened 1 year ago

patrickdown commented 1 year ago

Audio for muli-glasses play in the same application is still a subject that is not really handled yet. Tilt Five doesn't even handle it yet on other officially supported engines. Each pair for glasses is exposed to the OS as an audio device. However, how to correlate these devices with the glasses in game is still an open question.

Can the Godot engine support different simultaneous audio listeners per scene? Can the output from one listener be multiplexed to different audio outputs?

BastiaanOlij commented 1 year ago

I have no idea if Godot can handle multiple outputs, the bus system itself is flexible enough and it seems there is a provision but I do not know if it recognises different audio devices on the system and make them selectable.

BastiaanOlij commented 1 year ago

The enhancements needed to Godot are captured here: https://github.com/godotengine/godot-proposals/issues/2915

owh that focuses mostly on multiple inputs but also mentions multiple output devices.