]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Several changes to codec_dahdi to play nice with G723.
authorShaun Ruffell <sruffell@digium.com>
Wed, 18 Feb 2009 00:34:38 +0000 (00:34 +0000)
committerShaun Ruffell <sruffell@digium.com>
Wed, 18 Feb 2009 00:34:38 +0000 (00:34 +0000)
commite731e26bee4ea7cc81cce84f5c41a5b7a5fd45de
tree76d8954f738ce995ddd923ddcbf44aa6433bd1ac
parentde8f6bab865a7f8bb973a65b3f50d30dd8b7ba4e
Several changes to codec_dahdi to play nice with G723.

This commit brings in the changes that were living out on the
svn/asterisk/team/sruffell/asterisk-1.4-transcoder branch.  codec_dahdi.c now
always uses signed linear as the simple codec so that a soft g729 codec will
not end up being preferred to the hardware codec.  There are also changes to
allow codec_dahdi.c to feed packets to the hardware in the native sample size of
the codec.  This solves problems with choppy audio when using G723.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@176810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
codecs/codec_dahdi.c