~blackskad/gnomeradio/dev-vol-button

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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/gnomeradio/mute-on-exit</key>
      <applyto>/apps/gnomeradio/mute-on-exit</applyto>
      <owner>gnomeradio</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Mute on exit</short>
	<long>If unchecked, gnomeradio won't mute after exiting</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/last-freq</key>
      <applyto>/apps/gnomeradio/last-freq</applyto>
      <owner>gnomeradio</owner>
      <type>float</type>
      <default>100.00</default>
      <locale name="C">
	<short>Last frequency</short>
	<long>The last frequency (in MHz) in use</long>
      </locale>
    </schema>

<!-- No longer needed
    <schema>
      <key>/schemas/apps/gnomeradio/volume</key>
      <applyto>/apps/gnomeradio/volume</applyto>
      <owner>gnomeradio</owner>
      <type>float</type>
      <default>100</default>
      <locale name="C">
	<short>Volume</short>
	<long>The stored value of the volume (0-100)</long>
      </locale>
    </schema>
-->

    <schema>
      <key>/schemas/apps/gnomeradio/device</key>
      <applyto>/apps/gnomeradio/device</applyto>
      <owner>gnomeradio</owner>
      <type>string</type>
      <default>/dev/radio</default>
      <locale name="C">
	<short>Radio device</short>
	<long>Specify the radio-device (in most cases /dev/radio)</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/mixer</key>
      <applyto>/apps/gnomeradio/mixer</applyto>
      <owner>gnomeradio</owner>
      <type>string</type>
      <default>line</default>
      <locale name="C">
	<short>Mixer source</short>
	<long>Choose the mixer source (line, line1, etc.) that is able to control the volume of your radio</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/mixer-device</key>
      <applyto>/apps/gnomeradio/mixer-device</applyto>
      <owner>gnomeradio</owner>
      <type>string</type>
      <default>/dev/mixer</default>
      <locale name="C">
	<short>Mixer Device</short>
	<long>The mixer device that gnomeradio should use. Only changeable via this key (no GUI option)</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/presets/presets</key>
      <applyto>/apps/gnomeradio/presets/presets</applyto>
      <owner>gnomeradio</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
	<short>Number of presets</short>
	<long>The number of presets</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/presets/last</key>
      <applyto>/apps/gnomeradio/presets/last</applyto>
      <owner>gnomeradio</owner>
      <type>int</type>
      <default>-1</default>
      <locale name="C">
	<short>Last presets</short>
	<long>The preset that was enabled when gnomeradio was terminated. Range is 0 ... (# presets - 1). None is -1</long>
      </locale>
    </schema>
	
    <schema>
      <key>/schemas/apps/gnomeradio/recording/record-in-stereo</key>
      <applyto>/apps/gnomeradio/recording/record-in-stereo</applyto>
      <owner>gnomeradio</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Record in stereo or mono</short>
	<long>Whether the output should be in stereo or mono</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/recording/record-as-mp3</key>
      <applyto>/apps/gnomeradio/recording/record-as-mp3</applyto>
      <owner>gnomeradio</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Record as mp3- or wave-file</short>
	<long>Whether the output should be a mp3- or a wave-file</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/recording/audio-device</key>
      <applyto>/apps/gnomeradio/recording/audio-device</applyto>
      <owner>gnomeradio</owner>
      <type>string</type>
      <default>/dev/audio</default>
      <locale name="C">
	<short>Audio device</short>
	<long>The audio device to use (usually /dev/audio)</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/recording/encoder</key>
      <applyto>/apps/gnomeradio/recording/encoder</applyto>
      <owner>gnomeradio</owner>
      <type>string</type>
      <default>oggenc</default>
      <locale name="C">
	<short>MP3 encoder</short>
	<long>Choose the mp3 encoder that should be used</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/recording/bitrate</key>
      <applyto>/apps/gnomeradio/recording/bitrate</applyto>
      <owner>gnomeradio</owner>
      <type>string</type>
      <default>192</default>
      <locale name="C">
	<short>MP3 bitrate</short>
	<long>Choose the bitrate in which the mp3 will be encoded</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/recording/sample-rate</key>
      <applyto>/apps/gnomeradio/recording/sample-rate</applyto>
      <owner>gnomeradio</owner>
      <type>string</type>
      <default>44100</default>
      <locale name="C">
	<short>Sample rate</short>
	<long>The audio sample-rate of the wave-file</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnomeradio/recording/sample-format</key>
      <applyto>/apps/gnomeradio/recording/sample-format</applyto>
      <owner>gnomeradio</owner>
      <type>string</type>
      <default>16</default>
      <locale name="C">
	<short>Sample format</short>
	<long>The format (8 or 16 bit) of the wave-file</long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>