forked from Grummeltyp/SSR-Network
-
Notifications
You must be signed in to change notification settings - Fork 1
/
enviroment.json
48 lines (47 loc) · 1013 Bytes
/
enviroment.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"level":"String",
"play":true,
"referencePosition":[300,200,0],
"referenceOrientation":0,
"duration":62,
"sources":{
"ID_0":{
"type":"spherical",
"volume":"Integer dB",
"mute":false,
"position":[50,50,0],
"fixed":false,
"orientation":5,
"channel":9,
"port":"String",
"change": "new",
"name":"souce name string",
"filename":"name of the playing file2"},
"ID_1":{
"type":"plane",
"volume":54,
"mute":true,
"change":"add",
"position":[500,200,0],
"name":"souce name string2",
"filename":"name of the playing file"}
},
"loudspeakers":[
{"id":"IDLS1",
"position":[0,200,0],
"orientation":1.57079,
"subwoffer":false},
{"id":"IDLS2",
"position":[0,-200,0],
"orientation":-1.57079,
"subwoffer":false},
{"id":"IDLS3",
"position":[200,0,0],
"orientation":0,
"subwoffer":false},
{"id":"IDLS4",
"position":[-200,0,0],
"orientation":3.14159,
"subwoffer":false}
]
}