blob: 546f46205f6eb32ad12590f06076ec96e00e3e9e (
plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
height="240"
layout="topleft"
left="8"
name="device_settings"
top="240"
width="404">
<panel.string
name="default_text">
Default
</panel.string>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="6"
name="Audio Devices"
width="200">
Audio Devices
</text>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="20"
name="Input device (microphone):"
top="26"
width="200">
Input device (microphone):
</text>
<combo_box
height="18"
layout="topleft"
left_delta="0"
max_chars="128"
name="voice_input_device"
top_pad="2"
width="225" />
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left_delta="0"
name="Output device (speakers):"
top_pad="9"
width="200">
Output device (speakers):
</text>
<combo_box
height="18"
layout="topleft"
left_delta="0"
max_chars="128"
name="voice_output_device"
top_pad="2"
width="225" />
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="6"
name="Input level:"
top="121"
width="200">
Input Level
</text>
<text_editor
type="string"
length="1"
top="135"
bg_readonly_color="0 0 0 0"
enabled="false"
height="60"
border_visible="false"
layout="topleft"
left_delta="10"
max_length="65535"
name="voice_intro_text1"
tab_stop="false"
width="380"
word_wrap="true">
Adjust the slider to control how loud you sound to other Residents. To test the input level, simply speak into your microphone.
</text_editor>
<slider_bar
follows="left|top"
height="17"
increment="0.05"
initial_value="1.0"
layout="topleft"
left_delta="5"
max_val="2"
name="mic_volume_slider"
tool_tip="Change the volume using this slider"
top="202"
width="90" />
<text
type="string"
length="1"
follows="left|top"
height="20"
layout="topleft"
left_pad="5"
name="wait_text"
top_delta="1"
width="200">
Please wait
</text>
<locate
height="20"
layout="topleft"
left_delta="0"
name="bar0"
top_delta="5"
width="20" />
<locate
height="20"
layout="topleft"
left_pad="2"
name="bar1"
top_delta="0"
width="20" />
<locate
height="20"
layout="topleft"
left_pad="2"
name="bar2"
top_delta="0"
width="20" />
<locate
height="20"
layout="topleft"
left_pad="2"
name="bar3"
top_delta="0"
width="20" />
<locate
height="20"
layout="topleft"
left_pad="2"
name="bar4"
top_delta="0"
width="20" />
</panel>
|