From c0e19febd4c3e1eb48ad22d7af62f5830d25c257 Mon Sep 17 00:00:00 2001 From: PavelBARABANOV Date: Fri, 19 Sep 2025 21:36:50 +0300 Subject: [PATCH] n64 --- src/audio_core/renderer/voice/voice_info.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/audio_core/renderer/voice/voice_info.h b/src/audio_core/renderer/voice/voice_info.h index 14a687dcb7..a375376ff4 100644 --- a/src/audio_core/renderer/voice/voice_info.h +++ b/src/audio_core/renderer/voice/voice_info.h @@ -123,8 +123,9 @@ public: /* 0x28 */ u64 context_size; /* 0x30 */ u32 loop_start; /* 0x34 */ u32 loop_end; + /* 0x38 */char unk38[0x2]; }; - static_assert(sizeof(WaveBufferInternal) == 0x38, + static_assert(sizeof(WaveBufferInternal) == 0x40, "VoiceInfo::WaveBufferInternal has the wrong size!"); struct BiquadFilterParameter { @@ -164,9 +165,9 @@ public: /* 0x15C */ Flags flags; /* 0x15D */ char unk15D[0x1]; /* 0x15E */ SrcQuality src_quality; - /* 0x15F */ char unk15F[0x11]; + /* 0x15F */ char unk15F[0x9]; }; - static_assert(sizeof(InParameter) == 0x170, "VoiceInfo::InParameter has the wrong size!"); + static_assert(sizeof(InParameter) == 0x188, "VoiceInfo::InParameter has the wrong size!"); struct OutStatus { /* 0x00 */ u64 played_sample_count;