AndroidAudioMods / ViPERFX_RE

Reverse Engineering of ViPER4Android FX
235 stars 16 forks source link

Fix Stereo3DSurround remainder handling #21

Closed xddxdd closed 3 months ago

xddxdd commented 6 months ago

Fixes another issue I found while looking through not working effects.

Stereo3DSurround::Process's code for handling pairs processed 4 * pairs samples. The processing for remainders should start from 4 * pairs instead of 2 * pairs.

Again, this might fix stuff or it might not. Haven't tested on my phone.