Allow choosing silk 8k
This commit is contained in:
parent
ff06c15863
commit
e0686990fe
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue