Fixed h323chan to use separate iLBC versions for 20 and 30ms packetization.

git-svn-id: http://yate.null.ro/svn/yate/trunk@693 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-02-19 01:10:49 +00:00
parent 036444fe9d
commit 1ad496683f
2 changed files with 8 additions and 5 deletions

View File

@ -76,8 +76,11 @@
; lpc10: bool: Linear Prediction Codec (LPC-10)
;lpc10=default
; ilbc: bool: Internet Low Bandwidth Codec (iLBC)
;ilbc=default
; ilbc20: bool: Internet Low Bandwidth Codec 20ms (iLBC-15k2)
;ilbc20=default
; ilbc30: bool: Internet Low Bandwidth Codec 30ms (iLBC-13k3)
;ilbc30=default
; slin: bool: Signed Linear 16-bit uncompressed (PCM-16)
;slin=default

View File

@ -109,7 +109,8 @@ const char* h323_formats[] = {
"MS-GSM", "msgsm",
"SpeexNarrow", "speex",
"LPC-10", "lpc10",
"iLBC", "ilbc",
"iLBC-15k2", "ilbc20",
"iLBC-13k3", "ilbc30",
"G.723", "g723",
"G.726", "g726",
"G.728", "g728",
@ -128,8 +129,7 @@ const char* h323_formats[] = {
"G.726-24k", "g726-24",
"G.726-32k", "g726-32",
"G.726-40k", "g726-40",
"iLBC-15k2", "ilbc-15k2",
"iLBC-13k3", "ilbc-13k3",
"iLBC", "ilbc",
"SpeexNarrow-18.2k", "speex-18k2",
"SpeexNarrow-15k", "speex-15k",
"SpeexNarrow-11k", "speex-11k",