You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.3 KiB
52 lines
1.3 KiB
|
6 months ago
|
{
|
||
|
|
"cuelist": [
|
||
|
|
{
|
||
|
|
"id": 1,
|
||
|
|
"name": "Q1",
|
||
|
|
"type": "space",
|
||
|
|
"description": "Annonce",
|
||
|
|
"audioFile": "assets/q1.mp3",
|
||
|
|
"loop": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 2,
|
||
|
|
"name": "Q2",
|
||
|
|
"type": "headphone",
|
||
|
|
"description": "Guide for drink",
|
||
|
|
"auto": true,
|
||
|
|
"audioFile": "assets/q2.mp3"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 3,
|
||
|
|
"name": "Q3",
|
||
|
|
"description": "Guide for phone",
|
||
|
|
"type": "headphone",
|
||
|
|
"auto": false,
|
||
|
|
"audioFile": "assets/q3.mp3"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 4,
|
||
|
|
"name": "Q4",
|
||
|
|
"type": "phone",
|
||
|
|
"description": "Guide to construct scene",
|
||
|
|
"auto": true,
|
||
|
|
"duration": 60
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 5,
|
||
|
|
"name": "Q5",
|
||
|
|
"type": "phone",
|
||
|
|
"description": "Guide to call",
|
||
|
|
"duration": 60,
|
||
|
|
"auto": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 6,
|
||
|
|
"name": "Q6",
|
||
|
|
"type": "space",
|
||
|
|
"description": "Ending",
|
||
|
|
"audioFile": "assets/q6.mp3"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|