Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
e4a2f0ff
Commit
e4a2f0ff
authored
Oct 05, 2010
by
Simon Morlat
Browse files
enable speex vad
parent
203e6e22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+1
-1
coreapi/linphonecore.c
coreapi/linphonecore.c
+2
-2
No files found.
configure.ac
View file @
e4a2f0ff
dnl Process this file with autoconf to produce a configure script.
AC_INIT([linphone],[3.3.99.
4
],[linphone-developers@nongnu.org])
AC_INIT([linphone],[3.3.99.
5
],[linphone-developers@nongnu.org])
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])
...
...
coreapi/linphonecore.c
View file @
e4a2f0ff
...
...
@@ -936,8 +936,8 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
linphone_core_assign_payload_type
(
&
payload_type_gsm
,
3
,
NULL
);
linphone_core_assign_payload_type
(
&
payload_type_pcma8000
,
8
,
NULL
);
linphone_core_assign_payload_type
(
&
payload_type_lpc1015
,
115
,
NULL
);
linphone_core_assign_payload_type
(
&
payload_type_speex_nb
,
110
,
"vbr=
on
"
);
linphone_core_assign_payload_type
(
&
payload_type_speex_wb
,
111
,
"vbr=
on
"
);
linphone_core_assign_payload_type
(
&
payload_type_speex_nb
,
110
,
"vbr=
vad
"
);
linphone_core_assign_payload_type
(
&
payload_type_speex_wb
,
111
,
"vbr=
vad
"
);
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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment