Skip to content

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

Closed
@microbit-carlos

Description

@microbit-carlos

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)
>>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions