diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-31 07:15:28 +0000 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-31 07:15:28 +0000 |
commit | 5460067b61f86843a0435ebb06a6ebb8223c3dca (patch) | |
tree | f10ab9c06edc70c72c141e9d31035f47a776c7d1 /libopna/opnassg.h | |
parent | f47eba7d7d4c6a1d9501e027b63bbab04bb7d417 (diff) |
opnassg: 3 -> 4 samples per frame to ease SSE data load
Diffstat (limited to 'libopna/opnassg.h')
-rw-r--r-- | libopna/opnassg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |