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.
- Use this repository template
- Add your audio files (
.mp3,.ogg,.wav) to the repo. - Update
index.jsonto reference each file. - In Cocoon, go to Settings → Library & Data → Jingle Repositories
and add your repo as
your-username/your-repo-name.
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.