Skip to content
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

Music played does not resume after paused via IDE #198

Open
sebnozzi opened this issue Apr 22, 2023 · 1 comment
Open

Music played does not resume after paused via IDE #198

sebnozzi opened this issue Apr 22, 2023 · 1 comment

Comments

@sebnozzi
Copy link

Steps to reproduce:

  • Write a program that plays a sound / music in a loop with audio.playMusic( name, volume, loop=1 ) (that is: set the loop parameter to 1). Probably also works with a sufficiently long sound.
  • Start the program in the IDE (with the "play" button)
  • Pause the program in the IDE (the sound stops)
  • Resume the program in the IDE

Expected:

  • The sound / music resumes at the point it was paused

Found:

  • The sound / music is not resumed

I also did not find a callback or a way to tell if the program was paused / resumed.

@sebnozzi
Copy link
Author

Personally I consider this to be a minor inconvenience, but wanted to report it nevertheless :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant