]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_amd: issue with silence suppression fixed
authorNasir Iqbal <nasir@ictinnovations.com>
Tue, 21 May 2019 06:38:24 +0000 (11:38 +0500)
committerNasir Iqbal <nasir@ictinnovations.com>
Fri, 21 Jun 2019 05:44:08 +0000 (23:44 -0600)
commit52a3d4a761e7ca438a96f58f606b8efb442dce8a
tree0791a70f7551a0cf0732a6e8fe96bc37c0755113
parent82789aafd6bd428b5112aa3d028d8ce4098acc1e
app_amd: issue with silence suppression fixed

Now AMD algorithm will not ignore AST_FRAME_NULL, As I think using manual
wait time instead of `framelength` is enough to fix timeout / TOOLONG issue.

ASTERISK-28419 #close

Change-Id: I16ea2d6295bc99b975e8c092e5f9fbd9214debdb
apps/app_amd.c