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 /include/libgha.h | |
parent | a9cefceaf856df82c6867e853a357b0298d566ce (diff) | |
download | libgha-c8a2949960cc4850d1236de775e83944def7998e.tar.gz |
allow to set partial frame size during gha_adjust_infoat3pghadev
Diffstat (limited to 'include/libgha.h')
-rw-r--r-- | include/libgha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libgha.h b/include/libgha.h index 04ebc1b..2dbae63 100644 --- a/include/libgha.h +++ b/include/libgha.h @@ -85,7 +85,7 @@ void gha_extract_many_simple(FLOAT* pcm, struct gha_info* info, size_t k, gha_ct * where n is number of samples to anayze, k is number of harmonics to extract * */ -int gha_adjust_info(const FLOAT* pcm, struct gha_info* info, size_t k, gha_ctx_t ctx, resuidal_cb_t cb, void* user_ctx); +int gha_adjust_info(const FLOAT* pcm, struct gha_info* info, size_t k, gha_ctx_t ctx, resuidal_cb_t cb, void* user_ctx, size_t size_limit); const FLOAT* gha_get_analyzed(gha_ctx_t ctx); |