[Done] create sounds implementationAssignee: Priority: Medium

Description

we already created schema for audio/sound. need to implement it

the final state should look like this

states:
  - elements:
      - id: 'container-1'
        type: "container"
        ...
    audio:
      - id: ...
        type: 'sound'
        src: '...'
    animations:
      - id: ...
< Back