microbit-foundation / micropython-microbit-v2

Temporary home for MicroPython for micro:bit v2 as we stablise it before pushing upstream
MIT License
42 stars 23 forks source link

audio.play(wait=False) still blocks #76

Closed microbit-carlos closed 3 years ago

microbit-carlos commented 3 years ago

Running this line on the REPL and the two sounds are played consecutively and blocking until they are both done:

MicroPython v1.13 on 2021-03-16; micro:bit v2.0.0-beta.5 with nRF52833
Type "help()" for more information.
>>> audio.play(Sound.TWINKLE, wait=False); audio.play(Sound.SAD, wait=False)
>>>
dpgeorge commented 3 years ago

Fixed by 4d71da807ee299db979cc3c39cfb16d63c7fef8a