Adjust video texture volume

Hi.

Is there a way to adjust sound(volume) when using video in VideoTexture?

Hi @Gannesan_kv,

if the sound comes form the video you can control the volume of the video element using the .video variable on the video texture:

videoTexture.video.volume = 0.8;
1 Like

Hi @RaananW ,

Thank you very much for your response. It works in my case.

1 Like