Start typing to search...
Docs
Enabling customizations
Sound
Search

Sound (deprecated)

  • Users can select a sound either by selecting from the available options, uploading, or entering a URL.

  • Use sound when you want to limit the user to selecting an audio file. To allow multiple types of media files, see media. To allow upload of raw files of any type, see file.

  • Using a sound VCC is equivalent to using a media VCC with acceptOnly set to ["audio"].

  • If the sound is loaded through the Upload section, the sound can be cropped to play only a portion of it and the sound will be stored with the template.

  • If the sound is loaded through the Advanced section, it will use the sound that is at this URL. Keep in mind that if the link dies, the sound will not play.

  • Remember to keep sounds to a small length. This is part of projects that usually take up the most space and cause the longest load times.

  • Enable the optional hideExtensions type option to hide all asset packs and VCC extensions in cases where they do not make sense (for example, templates for selling premium sounds).

soundVCC
Sound VCC

Sample sound VCC

{
  "key": "mySound",
  "name": "My Sound",
  "description": "This is my sound description",
  "type": "sound",
  "typeOptions": {
      "hideExtensions": true
  }
}