mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
add silk for IOS
This commit is contained in:
parent
2b16115ebf
commit
64a23f9b67
3 changed files with 7 additions and 3 deletions
|
|
@ -1043,7 +1043,11 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
|
|||
linphone_core_assign_payload_type(lc,&payload_type_aal2_g726_24,-1,NULL);
|
||||
linphone_core_assign_payload_type(lc,&payload_type_aal2_g726_32,-1,NULL);
|
||||
linphone_core_assign_payload_type(lc,&payload_type_aal2_g726_40,-1,NULL);
|
||||
|
||||
linphone_core_assign_payload_type(lc,&payload_type_silk_nb,-1,NULL);
|
||||
linphone_core_assign_payload_type(lc,&payload_type_silk_mb,-1,NULL);
|
||||
linphone_core_assign_payload_type(lc,&payload_type_silk_wb,-1,NULL);
|
||||
linphone_core_assign_payload_type(lc,&payload_type_silk_swb,-1,NULL);
|
||||
|
||||
ms_init();
|
||||
/* create a mediastreamer2 event queue and set it as global */
|
||||
/* This allows to run event's callback in linphone_core_iterate() */
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 084ac9a21334d3f91d51666a36bf9f717741f23d
|
||||
Subproject commit f77b325c2aa7068adaa5a0c7353b99056732ca48
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit d1ca9b6c5fbcaafa59299dc1a5f790bb92dc4e6e
|
||||
Subproject commit 7606207905bd3dc661e68576097adce471916697
|
||||
Loading…
Add table
Reference in a new issue