- Aug 2, 2018
- 36
- 85
I've been trying to make audio from a video file independent of the game background music.
If I lower the music in preferences both are lowered. I want to be able to lower each of them individually.
In this original one the video and audio work fine, however I cannot lower the volume of the background music without lowering the volume of the video audio
image ls1 = Movie(size = (1280,720), play="video/LaylaScene2/ls1.webm")
I tried changing the channel like this
image layla v1 = Movie(size = (1280,720),channel='sound', play="video/LaylaScene1/layla v1.webm")
The sound's are separated however the video no longer is visible.
I want to be able to adjust the video audio independently of the music volume.
Anyone have any idea how to fix this?
If I lower the music in preferences both are lowered. I want to be able to lower each of them individually.
In this original one the video and audio work fine, however I cannot lower the volume of the background music without lowering the volume of the video audio
image ls1 = Movie(size = (1280,720), play="video/LaylaScene2/ls1.webm")
I tried changing the channel like this
image layla v1 = Movie(size = (1280,720),channel='sound', play="video/LaylaScene1/layla v1.webm")
The sound's are separated however the video no longer is visible.
I want to be able to adjust the video audio independently of the music volume.
Anyone have any idea how to fix this?