From 5a8af1f670709d6cd28ad5edda223d9ecbc03bc3 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sun, 13 Aug 2017 23:08:54 +0900 Subject: added levelmeter --- libopna/opnassg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libopna/opnassg.h') diff --git a/libopna/opnassg.h b/libopna/opnassg.h index 8af8429..3077d08 100644 --- a/libopna/opnassg.h +++ b/libopna/opnassg.h @@ -3,6 +3,7 @@ #include #include +#include "leveldata/leveldata.h" #ifdef __cplusplus extern "C" { @@ -35,6 +36,7 @@ struct opna_ssg { struct opna_ssg_resampler { int16_t buf[OPNA_SSG_SINCTABLELEN*4 * 2]; unsigned index; + struct leveldata leveldata[3]; }; void opna_ssg_reset(struct opna_ssg *ssg); -- cgit v1.2.3