aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2024-08-11 15:41:19 +0000
committerDaniil Cherednik <dan.cherednik@gmail.com>2024-08-11 15:41:19 +0000
commitdc14436986b7b1561ca5a521c3b8b5a95c6b052c (patch)
treed1e8e4601edc9a3359cf920978611d29371d41f0 /src
parent41705edc6d36ad013cbcb171d53891f3c33764d8 (diff)
downloadlibgha-dc14436986b7b1561ca5a521c3b8b5a95c6b052c.tar.gz
allow to get generated pcm signal
Diffstat (limited to 'src')
-rw-r--r--src/gha.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gha.c b/src/gha.c
index d09fd39..d0b6f77 100644
--- a/src/gha.c
+++ b/src/gha.c
@@ -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;
+}