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

Updates codal-microbit-v2 to v0.2.42-hotfix.1 and sets the release to beta.3 #125

Merged
merged 2 commits into from
Sep 16, 2022

Conversation

microbit-carlos
Copy link
Contributor

The CODAL patch fixes #124.

Only change is:
- Removes a small delay in the emoji synth to allow HLLs to run
  correctly

This is to fix:
#124
@microbit-carlos
Copy link
Contributor Author

Tested these two and they work fine now:

from microbit import *

audio.play(audio.SoundEffect())
display.show("A")
from microbit import *

audio.play(Sound.HAPPY)
display.show("A")

The commit reverted was to solve a issue with the uBit.audio.soundExpressions.play() function returning before the sound finished playing (15ish ms), so it should be safe to revert:

@microbit-carlos microbit-carlos merged commit 6ea476f into master Sep 16, 2022
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

Successfully merging this pull request may close these issues.

Playing a microbit.Sound or audio.SoundEffect crashes beta.2
1 participant