v4a: Up to ViPER4Android FX Redesign 5.1 and blobs to 0.5 version

* Taken from https://t.me/WSTprojects
https://github.com/WSTxda/ViperFX-RE-Releases/releases
https://github.com/AndroidAudioMods/ViPER4Android/releases

Change-Id: 7ea1177415340455989a5520bd7154a864c6d26b
Signed-off-by: TogoFire <togofire@mailfence.com>
This commit is contained in:
TogoFire 2023-06-15 10:57:23 -03:00
parent 1245b3df0c
commit 1166063ef2
6 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@
Add this to your **audio_effects.xml**: Add this to your **audio_effects.xml**:
<library name="v4a_fx" path="libv4a_fx.so"/> <library name="v4a_re" path="libv4a_re.so"/>
<effect name="v4a_standard_fx" library="v4a_fx" uuid="41d3c987-e6cf-11e3-a88a-11aba5d5c51b"/> <effect name="v4a_standard_re" library="v4a_re" uuid="90380da3-8536-4744-a6a3-5731970e640f"/>
Also you need to address some SELinux denials in **audioserver.te**: Also you need to address some SELinux denials in **audioserver.te**:
get_prop(audioserver, vendor_audio_prop) get_prop(audioserver, vendor_audio_prop)
allow audioserver unlabeled:file { read write open getattr }; allow audioserver unlabeled:file { read write open getattr };
allow hal_audio_default hal_audio_default:process { execmem }; allow hal_audio_default hal_audio_default:process { execmem };

Binary file not shown.

Binary file not shown.

BIN
vendor/lib/soundfx/libv4a_re.so vendored Normal file

Binary file not shown.

BIN
vendor/lib64/soundfx/libv4a_re.so vendored Normal file

Binary file not shown.