Commit 717fa354 authored by Simon Morlat's avatar Simon Morlat
Browse files

add AMR support

parent 3b919335
No related merge requests found
Showing with 2 additions and 1 deletion
......@@ -1031,6 +1031,7 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
linphone_core_assign_payload_type(&payload_type_speex_uwb,112,"vbr=on");
linphone_core_assign_payload_type(&payload_type_telephone_event,101,"0-11");
linphone_core_assign_payload_type(&payload_type_ilbc,113,"mode=30");
linphone_core_assign_payload_type(&payload_type_amr,114,"octet-align=1");
#ifdef ENABLE_NONSTANDARD_GSM
{
......
mediastreamer2 @ b340a76e
Subproject commit 0ca839b53751c4b687535bcfae747273f3dd0c44
Subproject commit b340a76e998c7dd2670372212b0bf14d7c59b987
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment