diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-24 18:00:52 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-24 18:00:52 +0530 |
| commit | bc7d62ca9a406bc30419e985016c7f4f56e54e76 (patch) | |
| tree | b4f1091e7f008df31d20039f0fa4c683d05785e5 /soundboard.json | |
first commit
Diffstat (limited to 'soundboard.json')
| -rw-r--r-- | soundboard.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/soundboard.json b/soundboard.json new file mode 100644 index 0000000..a4b41fe --- /dev/null +++ b/soundboard.json @@ -0,0 +1,19 @@ +{ + "soundboard_name": "Untitled Soundboard", + "soundboard_id": "com.example.untitledsoundboard", + "soundboard_author": "Example Author", + "soundboard_version": "1", + "categories": [ + { "name": "Category 1", "image_path": "assets/category1/cover.png", "sounds": [ + { "title": "Audio 1", "path": "assets/category1/001.ogg" } + , { "title": "Audio 2", "path": "assets/category1/002.ogg" } + ] + } + , { "name": "Category 2", "image_path": "assets/category2/cover.png", "sounds": [ + { "title": "Audio 1", "path": "assets/category2/001.ogg" } + , { "title": "Audio 2", "path": "assets/category2/002.ogg" } + , { "title": "Audio 3", "path": "assets/category2/003.ogg" } + ] + } + ] +} |