summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-15 04:36:52 +0000
committerMark Spencer <markster@digium.com>2003-04-15 04:36:52 +0000
commitc4da749362b2842ba0478dcdb309c29dd353c795 (patch)
tree468bcd1944564d1b84b5a9d46b2eb437fe3c73a3 /channel.c
parentdbe00ec2d2029c61ffb7b58ee6184274058767f4 (diff)
Add iLBC codec
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index 49982d849..33538e7a2 100755
--- a/channel.c
+++ b/channel.c
@@ -234,6 +234,8 @@ int ast_best_codec(int fmts)
/* Okay, we're down to vocoders now, so pick GSM because it's small and easier to
translate and sounds pretty good */
AST_FORMAT_GSM,
+ /* iLBC is not too bad */
+ AST_FORMAT_ILBC,
/* Speex is free, but computationally more expensive than GSM */
AST_FORMAT_SPEEX,
/* Ick, LPC10 sounds terrible, but at least we have code for it, if you're tacky enough