const backgroundMusic = new AudioPlay({
url: "https://s.blendduck.com/audios/motivation.mp3",
name: "Background Music",
startTime: 0,
endTime: 10,
volume: 0.8,
fade: {
in: 2, // fade in at the beginning for 2 seconds
out: 3, // fade out at the end for 3 seconds
}
});