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

With some players the start of a track stutters or goes into pause #143

Closed
boerge1 opened this issue Dec 4, 2023 · 2 comments
Closed

With some players the start of a track stutters or goes into pause #143

boerge1 opened this issue Dec 4, 2023 · 2 comments
Labels
bug Something isn't working pull_request_exists

Comments

@boerge1
Copy link
Collaborator

boerge1 commented Dec 4, 2023

Starting a new card or short cut results in the following sequence:

  • state StartPlay
    mp3.playFolderTrack()
    goto state Play
  • state Play
    mp3.start()

The mp3.start() should resume from pause (if this state comes from state Pause). But obviously this results in problems on some players if a track is already playing.

@boerge1 boerge1 added the bug Something isn't working label Dec 7, 2023
@boerge1
Copy link
Collaborator Author

boerge1 commented Dec 7, 2023

pull request #146 created

@boerge1
Copy link
Collaborator Author

boerge1 commented Dec 7, 2023

pull request #146 merged

@boerge1 boerge1 closed this as completed Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pull_request_exists
Projects
None yet
Development

No branches or pull requests

1 participant