Allow choosing silk 8k

This commit is contained in:
Guillaume Beraudo 2013-06-21 10:47:11 +02:00
parent ff06c15863
commit e0686990fe
2 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,7 @@
<bool name="pref_codec_g722_default">false</bool>
<bool name="pref_codec_silk24_default">false</bool>
<bool name="pref_codec_silk16_default">true</bool>
<bool name="pref_codec_silk8_default">false</bool>
<bool name="pref_codec_pcmu_default">true</bool>
<bool name="pref_codec_pcma_default">true</bool>

View file

@ -102,6 +102,11 @@
android:defaultValue="@bool/pref_codec_g722_default"
android:title="@string/pref_codec_g722"/>
<CheckBoxPreference
android:key="@string/pref_codec_silk8_key"
android:defaultValue="@bool/pref_codec_silk8_default"
android:title="@string/pref_codec_silk8"/>
<CheckBoxPreference
android:key="@string/pref_codec_silk16_key"
android:defaultValue="@bool/pref_codec_silk16_default"