From 5460067b61f86843a0435ebb06a6ebb8223c3dca Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Fri, 31 Mar 2017 07:15:28 +0000 Subject: opnassg: 3 -> 4 samples per frame to ease SSE data load --- libopna/opnassg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libopna/opnassg.h') diff --git a/libopna/opnassg.h b/libopna/opnassg.h index 231db4d..223d542 100644 --- a/libopna/opnassg.h +++ b/libopna/opnassg.h @@ -33,7 +33,7 @@ struct opna_ssg { }; struct opna_ssg_resampler { - int16_t buf[OPNA_SSG_SINCTABLELEN*3 * 2]; + int16_t buf[OPNA_SSG_SINCTABLELEN*4 * 2]; unsigned index; }; -- cgit v1.2.3