audio-video

Installation
SKILL.md

Audio and Video in Decentraland

When to Use Which Media Component

Need Component Key Difference
Sound effect from a file (click, explosion, footstep) AudioSource Local file, spatial, one-shot or looping
Background music or radio stream AudioStream External URL, non-spatial, continuous
Video on a surface (screen, billboard) VideoPlayer + Material.Texture.Video Requires a mesh to display on

Decision flow:

  1. Is it a local audio file? → AudioSource
  2. Is it a streaming URL (radio, live audio)? → AudioStream
  3. Is it video content? → VideoPlayer on a plane/mesh

Audio Source (Sound Effects & Music)

Play audio clips from files:

Related skills

More from dcl-regenesislabs/opendcl

Installs
31
GitHub Stars
14
First Seen
Feb 25, 2026