time-killer-games / libWebMPlayer

WebM Video Playback Library
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Volume Support #2

Open Ratismal opened 2 weeks ago

Ratismal commented 2 weeks ago

Hello,

I can't find a way to control the volume of video playback. Is this supported?

time-killer-games commented 1 week ago

Hello,

I can't find a way to control the volume of video playback. Is this supported?

Hey, thanks for reaching out. This isn't currently supported. As a workaround you can split your video's visual and audio into two different files and play them alongside each other in synchronization. That is all this extension does under the hood anyway is parse out the differentiation between visual and audio data and play them alongside each other.