~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to gnomeradio.schemas.in

  • Committer: mfcn
  • Date: 2006-02-22 00:08:13 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:123
* remove unecessary recording settings from .schemas.in

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
      </locale>
25
25
    </schema>
26
26
 
27
 
<!-- No longer needed
28
 
    <schema>
29
 
      <key>/schemas/apps/gnomeradio/volume</key>
30
 
      <applyto>/apps/gnomeradio/volume</applyto>
31
 
      <owner>gnomeradio</owner>
32
 
      <type>float</type>
33
 
      <default>100</default>
34
 
      <locale name="C">
35
 
        <short>Volume</short>
36
 
        <long>The stored value of the volume (0-100)</long>
37
 
      </locale>
38
 
    </schema>
39
 
-->
40
 
 
41
27
    <schema>
42
28
      <key>/schemas/apps/gnomeradio/device</key>
43
29
      <applyto>/apps/gnomeradio/device</applyto>
99
85
    </schema>
100
86
        
101
87
    <schema>
102
 
      <key>/schemas/apps/gnomeradio/recording/record-in-stereo</key>
103
 
      <applyto>/apps/gnomeradio/recording/record-in-stereo</applyto>
104
 
      <owner>gnomeradio</owner>
105
 
      <type>bool</type>
106
 
      <default>TRUE</default>
107
 
      <locale name="C">
108
 
        <short>Record in stereo or mono</short>
109
 
        <long>Whether the output should be in stereo or mono</long>
110
 
      </locale>
111
 
    </schema>
112
 
 
113
 
    <schema>
114
 
      <key>/schemas/apps/gnomeradio/recording/record-as-mp3</key>
115
 
      <applyto>/apps/gnomeradio/recording/record-as-mp3</applyto>
116
 
      <owner>gnomeradio</owner>
117
 
      <type>bool</type>
118
 
      <default>FALSE</default>
119
 
      <locale name="C">
120
 
        <short>Record as mp3- or wave-file</short>
121
 
        <long>Whether the output should be a mp3- or a wave-file</long>
122
 
      </locale>
123
 
    </schema>
124
 
 
125
 
    <schema>
126
 
      <key>/schemas/apps/gnomeradio/recording/audio-device</key>
127
 
      <applyto>/apps/gnomeradio/recording/audio-device</applyto>
128
 
      <owner>gnomeradio</owner>
129
 
      <type>string</type>
130
 
      <default>/dev/audio</default>
131
 
      <locale name="C">
132
 
        <short>Audio device</short>
133
 
        <long>The audio device to use (usually /dev/audio)</long>
134
 
      </locale>
135
 
    </schema>
136
 
 
137
 
    <schema>
138
 
      <key>/schemas/apps/gnomeradio/recording/encoder</key>
139
 
      <applyto>/apps/gnomeradio/recording/encoder</applyto>
140
 
      <owner>gnomeradio</owner>
141
 
      <type>string</type>
142
 
      <default>oggenc</default>
143
 
      <locale name="C">
144
 
        <short>MP3 encoder</short>
145
 
        <long>Choose the mp3 encoder that should be used</long>
146
 
      </locale>
147
 
    </schema>
148
 
 
149
 
    <schema>
150
 
      <key>/schemas/apps/gnomeradio/recording/bitrate</key>
151
 
      <applyto>/apps/gnomeradio/recording/bitrate</applyto>
152
 
      <owner>gnomeradio</owner>
153
 
      <type>string</type>
154
 
      <default>192</default>
155
 
      <locale name="C">
156
 
        <short>MP3 bitrate</short>
157
 
        <long>Choose the bitrate in which the mp3 will be encoded</long>
158
 
      </locale>
159
 
    </schema>
160
 
 
161
 
    <schema>
162
 
      <key>/schemas/apps/gnomeradio/recording/sample-rate</key>
163
 
      <applyto>/apps/gnomeradio/recording/sample-rate</applyto>
164
 
      <owner>gnomeradio</owner>
165
 
      <type>string</type>
166
 
      <default>44100</default>
167
 
      <locale name="C">
168
 
        <short>Sample rate</short>
169
 
        <long>The audio sample-rate of the wave-file</long>
170
 
      </locale>
171
 
    </schema>
172
 
 
173
 
    <schema>
174
 
      <key>/schemas/apps/gnomeradio/recording/sample-format</key>
175
 
      <applyto>/apps/gnomeradio/recording/sample-format</applyto>
176
 
      <owner>gnomeradio</owner>
177
 
      <type>string</type>
178
 
      <default>16</default>
179
 
      <locale name="C">
180
 
        <short>Sample format</short>
181
 
        <long>The format (8 or 16 bit) of the wave-file</long>
 
88
      <key>/schemas/apps/gnomeradio/recording/profile</key>
 
89
      <applyto>/apps/gnomeradio/recording/profile</applyto>
 
90
      <owner>gnomeradio</owner>
 
91
      <type>string</type>
 
92
      <default>cdlossy</default>
 
93
      <locale name="C">
 
94
        <short>GnomeMedia Profile</short>
 
95
        <long>Choose the GnomeMedia Profile that should be used for recording</long>
182
96
      </locale>
183
97
    </schema>
184
98