A quick fix for echoes on phone calls. Doesn't fix the underlying issue, but works for now!
A minimal Magisk module that replaces /vendor/etc/audio_effects.xml with an empty version to resolve audio processing issues on select devices.
On some devices there were reports constant echoes on calls. Could be due to multitude of reasons, but this exact type of issue was seen on devices running LineageOS (Motorola Moto G32, OnePlus 9RT). Could be related to LineageOS, as users have reported this to be an non-issue on stock ROMS.
Temporarily bypasses buggy audio processing by:
- The issue is likely caused due to misconfigured audio effects
- Emptying vendor DSP effects configuration allows to mitigate any issues
- Works immediately after reboot
- Lightweight: Uses bind mounts (no overlayfs)
- Non-destructive: Original file remains unchanged
- Auto-reverting: Disabling module restores original file
- This is a temporary workaround, not a permanent fix
- May disable wanted audio enhancements (VoIP noise suppression, etc.)\
- Effectiveness varies by device manufacturer
- Download the latest release
- Install via Magisk
- Reboot your device
- Disable module in Magisk
- Reboot device

