aboutsummaryrefslogtreecommitdiffstats
path: root/test/dtmf.c
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2024-10-20 22:31:55 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2024-10-20 22:31:55 +0200
commitc8a2949960cc4850d1236de775e83944def7998e (patch)
treecf709843f11dbe922f3c1734b7358e20de49660d /test/dtmf.c
parenta9cefceaf856df82c6867e853a357b0298d566ce (diff)
downloadlibgha-c8a2949960cc4850d1236de775e83944def7998e.tar.gz
allow to set partial frame size during gha_adjust_infoat3pghadev
Diffstat (limited to 'test/dtmf.c')
-rw-r--r--test/dtmf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtmf.c b/test/dtmf.c
index f7dd487..96a1dcf 100644
--- a/test/dtmf.c
+++ b/test/dtmf.c
@@ -66,7 +66,7 @@ int main(int argc, char** argv) {
}
FLOAT resuidal_adjusted;
- gha_adjust_info(buf2, res, 2, ctx, &calc_resuidal, &resuidal_adjusted);
+ gha_adjust_info(buf2, res, 2, ctx, &calc_resuidal, &resuidal_adjusted, 0);
if (resuidal_adjusted > resuidal_simple) {
fprintf(stderr, "gha_adjust_info wrong result: %f %f\n", resuidal_simple, resuidal_adjusted);