Closed
Description
To replicate:
from microbit import *
audio.play(audio.SoundEffect())
display.show("A")
from microbit import *
audio.play(Sound.HAPPY)
display.show("A")
In both cases the sound will play, but it will get stuck playing the last tone and play that indefinitely, never reaching the line to display "A".
Looks like it was introduced by this CODAL commit: lancaster-university/codal-microbit-v2@31095d5
More info in:
Metadata
Metadata
Assignees
Labels
No labels