Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Jingle Repo Example

A template repository for creating Cocoon jingle packs. Use this template to build your own collection of game jingles that can be used with Cocoon.

Quick Start

  1. Use this repository template
  2. Add your audio files (.mp3, .ogg, .wav) to the repo.
  3. Update index.json to reference each file.
  4. In Cocoon, go to Settings → Library & Data → Jingle Repositories and add your repo as your-username/your-repo-name.

index.json Format

The index.json file at the root of the repository tells Cocoon what jingles are available and where to find them.

{
  "name": "My Jingle Pack",
  "entries": [
    {
      "game": "Super Fartio Throws",
      "file": "jingles/superfartiothrows.mp3"
    },
    {
      "game": "The Legend of Velma",
      "file": "jingles/The Legend of Velma.ogg"
    }
  ]
}

When creating a jingle pack, make sure you have the right to distribute the audio files. Consider using:

  • Original compositions
  • Clips you created yourself
  • Content with appropriate Creative Commons licenses
  • Short, transformative fair-use clips (consult local laws)

Do not redistribute copyrighted music without permission.

About

A template repository for creating Cocoon jingle packs.

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors