Closed ActualMandM closed 8 months ago
As you can see, on the flixel backend we are automatically handling the volume according to flixel's sound global volume.
But you can prevent that by setting autoVolumeHandle
to false
.
Maybe there might be a issue with the mute
variable.
Try the latest commit on the repo and see if it works now.
Try the latest commit on the repo and see if it works now.
It's kinda odd to me tbh, i never seen something like this before.
Ok so, after doing some research, this issue might actually be impossible to fix as we are constantly setting the volume of the libvlc media player to the flixel sound global volume.
Ok so, after doing some research, this issue might actually be impossible to fix as we are constantly setting the volume of the libvlc media player to the flixel sound global volume.
Apparently it might be related to this issue https://forum.videolan.org/viewtopic.php?t=142860
This ended up fixing this issue.
When a video is playing, adjusting it in volume mixer will have the video volume adjust for a split second before going back to Flixel's set volume.
https://github.com/MAJigsaw77/hxvlc/assets/15317421/037bc916-5cef-4214-ace9-cd3a8f408536