summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2010-06-17 17:23:43 +0000
committerDavid Vossel <dvossel@digium.com>2010-06-17 17:23:43 +0000
commitb00f58da25df6d86a409a7e278b987f6ee863fb4 (patch)
tree200243a6d4e70905af7d2e36981d2928f03e6936 /main/channel.c
parent0ef555074237d2db34bc99bf1fb913bbe9746a25 (diff)
adds speex 16khz audio support
(closes issue #17501) Reported by: fabled Patches: asterisk-trunk-speex-wideband-v2.patch uploaded by fabled (license 448) Tested by: malcolmd, fabled, dvossel git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@271231 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/channel.c b/main/channel.c
index 90ac32de0..af2c036a9 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -813,6 +813,7 @@ format_t ast_best_codec(format_t fmts)
/*! iLBC is not too bad */
AST_FORMAT_ILBC,
/*! Speex is free, but computationally more expensive than GSM */
+ AST_FORMAT_SPEEX16,
AST_FORMAT_SPEEX,
/*! Ick, LPC10 sounds terrible, but at least we have code for it, if you're tacky enough
to use it */