21 lines
369 B
JSON
21 lines
369 B
JSON
{
|
|
"tracks": [
|
|
{
|
|
"file": "chinese-track01.mp3",
|
|
"artist": "Kage",
|
|
"title": "Spring Blossoms"
|
|
},
|
|
{
|
|
"file": "chinese-track02.mp3",
|
|
"artist": "Aiko",
|
|
"title": "Autumn Breeze"
|
|
},
|
|
{
|
|
"file": "chinese-track03.mp3",
|
|
"artist": "Steve",
|
|
"title": "I studied your Earth Music"
|
|
}
|
|
],
|
|
"volume": 0.4
|
|
}
|