-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volume and Pause not Working #50
Comments
Use the Also |
Yeah this was Just an Example to See if i make anything wrong in my normal Chip My Normal Chip Starts a Stream when i use a Command. Where Music is my WebAudio Object. I can also see that this Part of the Code Executes because everything Visual after that Command Executes correctly |
Ok i figured out what was wrong... And its kinda my Bad because im not used to OOP in E2. I needed a |
Need to make WebAudio properly give an error if you try and use it while it isn't valid then. (At least with |
Describe the bug
The Pause and Volume Function doesnt work
To Reproduce
Steps to reproduce the behavior:
I used the Following E2 Code:
Expected behavior
I would think that with this Code the Stream Starts, the Volume gets increased to 300% and it Stops the Stream Again.
But in direct Comparision to a Stream with 100% Volume it is not any Louder and the pause() is ignored also. I would expect that the Stream Stops but it just keeps playing
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: