diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-10-20 22:31:55 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-10-20 22:31:55 +0200 |
commit | c8a2949960cc4850d1236de775e83944def7998e (patch) | |
tree | cf709843f11dbe922f3c1734b7358e20de49660d /test/dtmf.c | |
parent | a9cefceaf856df82c6867e853a357b0298d566ce (diff) | |
download | libgha-c8a2949960cc4850d1236de775e83944def7998e.tar.gz |
allow to set partial frame size during gha_adjust_infoat3pghadev
Diffstat (limited to 'test/dtmf.c')
-rw-r--r-- | test/dtmf.c | 2 |
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); |