No sound is played when the effect is activated

Hello everyone, who has any ideas why audio does not start when the effect is activated?

I used this command

The whole structure when in the body looks like this:

DRAG TO MOVE



<a-entity
id=“character”
character-move
character-recenter
gltf-model=“#cat_model
gltf-morph=“morphtarget: Surprised; value: 0”
animation-mixer=“clip: Idle; loop: repeat; crossFadeDuration: 0.4”
scale=“5 5 5”
shadow


Who has any idea what the problem might be?

This is a problem with the web in general. You can’t play any audio until the user interacts with the content, meaning autoplay won’t work. You’ll need to instruct the user to tap the screen or something to start the experience.