Files
citron/src
Collecting 2e43d9578b revert b5a82bcfdc
revert fix(audio): biquad filter effect parameter version 2 handling

Fix ParameterVersion2 structure layout to match actual format:
- Add padding and use f32 for coefficients (was incorrectly using s16)
- Update state field offset from 0x17 to 0x25

Update command generation to:
- Read from correct structure based on version
- Convert float coefficients to fixed-point Q2.14 when using version 2

Signed-off-by: Zephyron <zephyron@citron-emu.org>
2026-01-13 17:36:23 +00:00
..
2026-01-13 17:36:23 +00:00
2026-01-12 08:04:44 +00:00
2026-01-08 00:27:18 +00:00
2022-07-27 12:53:49 +02:00