Skip to content
Snippets Groups Projects
Unverified Commit 7c19d900 authored by Nolen Johnson's avatar Nolen Johnson Committed by Joshua Blanchard
Browse files

beckham: audio: Kill mot_speaker_effect

* Revives some A2DP use cases (eg. SBC, aptX).
* I intend to fix this effect at some point,
  though it will require more time.
* This, comically, fixed Moto's EQ service choking
  in the background, and makes audio from Audio Mods
  sound, like, 100% better, more bass, etc.
* TODO: Limit Speaker Mod volume, cause over ~70% sounds
  crackly.

Change-Id: I56ca79c9a1fe47b9da812ee2f8b09c4648391005
parent fcbf2bc1
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
<libraries>
<library name="proxy" path="libeffectproxy.so"/>
<library name="mmieffects" path="libmmieffectswrapper.so"/>
<library name="mot_speaker_helper" path="libspeakerbundle.so"/>
<!-- TO FIX: This breaks A2DP/BT Audio -->
<!--library name="mot_speaker_helper" path="libspeakerbundle.so"/-->
<library name="bundle" path="libbundlewrapper.so"/>
<library name="reverb" path="libreverbwrapper.so"/>
<library name="visualizer" path="libvisualizer.so"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment