This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_oneplus_avicii-Cheri…/audio/audio_effects.conf
Sanju0910 bc2f1a5993 avicii: Add support for Dolby Atmos
Co-authored-by: HELLBOY017 <abhaygill017@gmail.com>
Co-authored-by: kibria5 <mdkibria687@gmail.com>
2023-07-09 10:45:31 +05:30

61 lines
1.3 KiB
Plaintext

# List of effect libraries to load. Each library element must contain a "path" element
# giving the full path of the library .so file.
# libraries {
# <lib name> {
# path <lib path>
# }
# }
libraries {
dolbyatmos {
path /vendor/lib/soundfx/libatmos.so
}
}
effects {
# additions for the proxy implementation
# Proxy implementation
#effectname {
#library proxy
#uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# SW implemetation of the effect. Added as a node under the proxy to
# indicate this as a sub effect.
#libsw {
#library libSW
#uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
#} End of SW effect
# HW implementation of the effect. Added as a node under the proxy to
# indicate this as a sub effect.
#libhw {
#library libHW
#uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz
#}End of HW effect
#} End of effect proxy
dolbyatmos {
library dolbyatmos
uuid 74697567-7261-6564-6864-65726f206678
}
}
# additional effect from vendor
# UUID generated using version 1
output_session_processing {
system {
}
music {
}
ring {
}
alarm {
}
# stream type voice_call is used for VoIP call
voice_call {
}
notification {
}
}