Files
packages_apps_ViPER4AndroidFX/README.md
7Soldier 6ea9c4baa0 ViPER4AndroidFX: Import non-root ViPER4Android FX v2.7.1.0
Viper's Audio is software for various platforms, such as Android and PC, Cat.
It is used to improve the sound in general, with the help of various sound effects,
i.e. it is actually a system equalizer.

Co-authored-by: CHRISL7 <70589286+ChrisW444@users.noreply.github.com>
Co-authored-by: TTTT555 <albukerko@gmail.com>
Signed-off-by: 7Soldier <reg.fm4@gmail.com>
2022-08-02 02:10:05 +03:00

556 B

ViPER4Android FX

  • Add this in device.mk: $(call inherit-product, packages/apps/ViPER4AndroidFX/config.mk)

Add this to your audio_effects.xml:

<library name="v4a_fx" path="libv4a_fx.so"/>
<effect name="v4a_standard_fx" library="v4a_fx" uuid="41d3c987-e6cf-11e3-a88a-11aba5d5c51b"/>

Also you need to address some SELinux denials in audioserver.te:

get_prop(audioserver, vendor_audio_prop)

allow audioserver unlabeled:file { read write open getattr };
allow hal_audio_default hal_audio_default:process { execmem };