synergiance / SynMediaPlayer

An advanced Udon based media player for VRChat.
MIT License
20 stars 3 forks source link

Multiple Speaker support #20

Open synergiance opened 2 years ago

synergiance commented 2 years ago

Surround sound can only go so far without volume control, let alone volume control with zones. The video player should be able to handle this because of issues like #19, which is literally a surround sound system. Zones for this would be, Front, Rear, Side, LFE.

Codel1417 commented 2 years ago

Literally just need to support an array of audio sources unless you want per channel control

synergiance commented 2 years ago

I like zones though, already got an implementation that's pretty good on another branch. Plus, the UI or anything accessing the speaker doesn't have to know about the zones, they'll function all on master volume!