MerlinVR / USharpVideo

A basic video player made for VRChat using Udon and UdonSharp
MIT License
322 stars 43 forks source link

5.1 Audio Removes center channel #31

Closed sveken closed 3 years ago

sveken commented 3 years ago

Hello, So after some testing i have found the using version V1 with streaming option lets us plug plex URLs directly into the video player. However the main problem i have come across is any videos that have 5.1, the music background voices, etc all work perfectly fine however all voice lines have no audio, which i am guessing is due to the center channel getting ignored.

Is there a way to either force the center channel to L/R or even had a center speaker to the player?

Thanks,

sveken commented 3 years ago

i should have digged into the prefab more, found the Stream L and R object are Mono only, so i just made a center one and set it to channel 3, and Profit,