avicii: Add support for Dolby Atmos

Co-authored-by: HELLBOY017 <abhaygill017@gmail.com>
Co-authored-by: kibria5 <mdkibria687@gmail.com>
This commit is contained in:
Sanju0910
2023-05-28 20:08:40 +05:30
committed by psavarmattas
parent 33308604cd
commit bc2f1a5993
10 changed files with 96 additions and 5 deletions

60
audio/audio_effects.conf Normal file
View File

@@ -0,0 +1,60 @@
# 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 {
}
}