Closed JPhilipp closed 6 months ago
Hi! When trying the mp3.html example and changing the avatarMood from 'neutral' to e.g. 'happy' or 'angry', it will still remain neutral.
(This even happens if I amend the code to not cause a 'user gesture required' warning in Chrome.)
Help please?
Yes, you are right. Thank you. I will fix it. In the meantime, you can change the mood by calling, for example, head.setMood("angry").
head.setMood("angry")
Works great, thanks!
Hi! When trying the mp3.html example and changing the avatarMood from 'neutral' to e.g. 'happy' or 'angry', it will still remain neutral.
(This even happens if I amend the code to not cause a 'user gesture required' warning in Chrome.)
Help please?