Quick question about the new audioengine now that I’m kind of tackling music stuff… Is there a recommended way to have a fade in/out with the streaming audio? I’m beginning to implement a “jukebox” kind of functionality of changing songs in my game and I wonder if I have to manually just up/lower the volume in the main loop or is there any other way? Thanks in advance <3
This is a good question. Yes, using the main loop is the way to do that right now, but it would be better to do fades at the audio rate, instead. This would be a good feature to add.
It would be great to have that. I’m looking to do that in my behavior scripts right now and I’m wondering what exists at the moment or if there are plans to have this soon.
No, but soon. I need to do some investigation on what works in different browsers. I know the fade in/out WebAudio functionality is not 100% implemented in Firefox and Chrome on Meta Quest, so I need to go deeper to find the best solution.