Skip to content

Playing a microbit.Sound or audio.SoundEffect crashes beta.2 #124

Closed
@microbit-carlos

Description

@microbit-carlos

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions