mirror of
https://github.com/Evolution-X-Devices/packages_apps_ViPER4AndroidFX
synced 2026-01-27 16:24:55 +00:00
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>
556 B
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 };