diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-08-11 15:41:19 +0000 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-08-11 15:41:19 +0000 |
commit | dc14436986b7b1561ca5a521c3b8b5a95c6b052c (patch) | |
tree | d1e8e4601edc9a3359cf920978611d29371d41f0 /src | |
parent | 41705edc6d36ad013cbcb171d53891f3c33764d8 (diff) | |
download | libgha-dc14436986b7b1561ca5a521c3b8b5a95c6b052c.tar.gz |
allow to get generated pcm signal
Diffstat (limited to 'src')
-rw-r--r-- | src/gha.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -407,3 +407,8 @@ int gha_adjust_info(const FLOAT* pcm, struct gha_info* info, size_t k, gha_ctx_t return rv; } + +const FLOAT* gha_get_analyzed(gha_ctx_t ctx) +{ + return ctx->tmp_buf; +} |