22 lines
334 B
JSON
22 lines
334 B
JSON
|
[
|
||
|
{
|
||
|
"name": "Taiko",
|
||
|
"path": "Sounds\\Taiko\\",
|
||
|
"format": "OGG",
|
||
|
},
|
||
|
{
|
||
|
"name": "Electro",
|
||
|
"path": "Sounds\\HitSounds\\Electro\\",
|
||
|
"format": "WAV",
|
||
|
},
|
||
|
{
|
||
|
"name": "Konga",
|
||
|
"path": "Sounds\\HitSounds\\Konga\\",
|
||
|
"format": "WAV",
|
||
|
},
|
||
|
{
|
||
|
"name": "None",
|
||
|
"path": "Sounds\\HitSounds\\None\\",
|
||
|
"format": "WAV",
|
||
|
},
|
||
|
]
|