No description
Taken from:- DolbyAtmos-OnePlus8Visible-MagiskModule-20231220090324 Signed-off-by: Abhay Singh Gill <abhaygill017@gmail.com> |
||
|---|---|---|
| configs | ||
| proprietary | ||
| sepolicy/vendor | ||
| Android.bp | ||
| dolby.mk | ||
| dolby_framework_matrix.xml | ||
| README.mkdn | ||
| vendor.dolby.hardware.dms@2.0-service.xml | ||
OnePlus Dolby ============== Getting Started --------------- Make sure you are not using any audio effect configuration in your device trees. Also for dolby media codecs to work add this line in your media codecs config (should be in vendor partition) :- ```bash <Include href="media_codecs_dolby_audio.xml" /> ``` To build, add the dolby effects in your device's audio effects config then inherit the dolby config by adding this in your device's makefile :- ```bash $(call inherit-product, hardware/dolby/dolby.mk) ```