MusicOptions
audio/music.types.ts:8Construction-time configuration for the Music world component.
Every field is optional with a sensible default. Defaults reflect what a
"background track" usually wants: volume: 1, pan: 0, loop: true,
autoplay: false.
{ autoplay?: boolean; loop?: boolean; pan?: number; volume?: number }