- Works fine on desktop.
- Player has
autoPlaydisabled &controlsenabled. - Audio snippet in the
Compositionlooks like:
<Audio
volume={1}
src={musicSrc}
/>
- I'm aware that mobile disables autoPlay. I'm wondering if
clickToPlayhas something to do it with it? I'm prefetching the audio already and loading it into aBlobbefore loading thePlayercomponent.
Thoughts?