# Play Sound

```blocks
forever(function() {
    music.baDing.playUntilDone()
    pause(1000)
})
```

```config
feature=uf2
feature=music
```