Skip to content

Fixes audio echoing on some phones running Stock/Custom ROMS

License

Notifications You must be signed in to change notification settings

Rafee-M/MagiskEchoFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main icon
Magisk Echo Fix

A quick fix for echoes on phone calls. Doesn't fix the underlying issue, but works for now!

Latest stable release version Github downloads Visitors

A minimal Magisk module that replaces /vendor/etc/audio_effects.xml with an empty version to resolve audio processing issues on select devices.

❓ The Reason

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.

Why This Works

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

Features

  • Lightweight: Uses bind mounts (no overlayfs)
  • Non-destructive: Original file remains unchanged
  • Auto-reverting: Disabling module restores original file

Neo Store's icon

📖 FAQ

  • This is a temporary workaround, not a permanent fix
  • May disable wanted audio enhancements (VoIP noise suppression, etc.)\
  • Effectiveness varies by device manufacturer

Installation

  1. Download the latest release
  2. Install via Magisk
  3. Reboot your device

Removal

  1. Disable module in Magisk
  2. Reboot device

About

Fixes audio echoing on some phones running Stock/Custom ROMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages