Co-authored-by: HELLBOY017 <abhaygill017@gmail.com> Co-authored-by: kibria5 <mdkibria687@gmail.com>
61 lines
1.3 KiB
Plaintext
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 {
|
|
|
|
}
|
|
}
|