- Notifications
You must be signed in to change notification settings - Fork1.3k
Fix audiocore.RawSample with loop=False on esp32*#10540
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
We only want to exit the playing loop when the sample_data wasn'tnull, otherwise we need to get the buffer and play it once.Fixadafruit#10539
This is a bit awkward, but I can't think about a better way of doing it right now. Improvements welcome. |
From#10539 (comment)
|
The failed jobs are due to an upstream problem with esptool which is now fixed. But if it's not working yet, I won't re-run yet. |
We only want to exit the playing loop when the sample_data wasn't null, otherwise we need to get the buffer and play it once.
Fix#10539