blob: 13abff55b84c96ac0439770173f0e401a1897f65 [file] [log] [blame]
Alexandre Savard393ccab2012-09-11 15:01:20 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2004-2012 Savoir-Faire Linux Inc.
4
5Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21Additional permission under GNU GPL version 3 section 7:
22
23If you modify this program, or any covered work, by linking or
24combining it with the OpenSSL project's OpenSSL library (or a
25modified version of that library), containing parts covered by the
26terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
27grants you additional permission to convey the resulting work.
28Corresponding Source for a non-source form of such a combination
29shall include the source code for the parts of OpenSSL used as well
30as that of the covered work.
31 -->
32<resources>
33 <!-- Used in audio preferences -->
34 <string-array name="audio_codec_list">
35 <item>PCMU</item>
36 <item>PCMA</item>
37 <item>G722</item>
38 <item>Speex 8000 Hz</item>
39 <item>Speex 16000 Hz</item>
40 <item>Speex 32000 Hz</item>
41 </string-array>
42
43 <!-- Associated values -->
44 <string-array name="audio_codec_list_value">
45 <item>PCMU</item>
46 <item>PCMA</item>
47 <item>G722</item>
48 <item>SPEEX 8khz</item>
49 <item>SPEEX 16khz</item>
50 <item>SPEEX 32khz</item>
51 </string-array>
52</resources>