You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a fantastic tool and I have everything set up and playing properly. However, none of the pan attributes seem to function at any stage. I've tried setting the pan on sound creation and at the time the sound triggers with both mySound.setPan() and soundManager.play("mySounds", options);
Is anyone else experiencing this or can provide insight?
What I'm trying to do is have a sound play from the left channel when an object hits the left side of the screen and the right channel when it hits the right. I had this working using standard html 5 audio functionality, but it had other limitations which is why I started using this plugin.
The text was updated successfully, but these errors were encountered:
This is a fantastic tool and I have everything set up and playing properly. However, none of the pan attributes seem to function at any stage. I've tried setting the pan on sound creation and at the time the sound triggers with both mySound.setPan() and soundManager.play("mySounds", options);
Is anyone else experiencing this or can provide insight?
What I'm trying to do is have a sound play from the left channel when an object hits the left side of the screen and the right channel when it hits the right. I had this working using standard html 5 audio functionality, but it had other limitations which is why I started using this plugin.
The text was updated successfully, but these errors were encountered: