How do you implement switching BGM?

Hi

Just wondering when changing level / place, how should we switch the BGM?

If i want to implement sound fade in / fade out? Can i use go.animate on sound component?

Thank you

Yes, most Defold components have properties that can be animated. You can animate the gain property on a sound:

Example: