Fix Speex wideband not disabled by preference.
This commit is contained in:
parent
c7c2b93c89
commit
44ef6b6af2
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ public class LinphoneService extends Service implements LinphoneCoreListener {
|
|||
try {
|
||||
//codec config
|
||||
enableDisableAudioCodec("speex", 32000, R.string.pref_codec_speex32_key);
|
||||
enableDisableAudioCodec("speex", 16000, R.string.pref_codec_speex8_key);
|
||||
enableDisableAudioCodec("speex", 16000, R.string.pref_codec_speex16_key);
|
||||
enableDisableAudioCodec("speex", 8000, R.string.pref_codec_speex8_key);
|
||||
enableDisableAudioCodec("iLBC", 8000, R.string.pref_codec_ilbc_key);
|
||||
enableDisableAudioCodec("GSM", 8000, R.string.pref_codec_gsm_key);
|
||||
|
|
Loading…
Reference in a new issue