Interesting audio problem - music interrupted by hover sounds?

Hi there!

I just noticed an interesting bug in my project. If I hover over my buttons, a simple button sound plays. However, if I hover over them in a fast manner, they seem to stop the music all together. This causes the background music to restart after I stop spam-hovering the buttons.

My guess is it has to do with some audio culling? I have no idea but I’m wondering how I might fix this. Here is a quick video showcasing the problem:

Any help is appreciated <3

You can set ( somewhere ) if a sound is used in the interface. I don’t know if you’re using sound cues, or Meta, but you might well find that spawning the music fixes it

image

1 Like

Looks like converting the sound file to a cue fixed the problem!

1 Like