Is there a way to verify if a bus is playing something, I know that it is possible to do with AudioStreamPlayer, but I have many AudioPlayers playing in the master bus, so it would be easier and performance friendly.
Something hypothetically like this
AudioServer.is_playing(bus_idx: int)