Android音频配置文件 audio_effects.conf
发布时间
阅读量:
阅读量
# 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 节点下面是系统需要加载的库文件,每个子节点包含 “name”和加载路径“path”
加载流程请参考代码:待写人
*/
libraries {
bundle {
path /system/lib/soundfx/libbundlewrapper.so
}
reverb {
path /system/lib/soundfx/libreverbwrapper.so
}
qcbassboost {
path /vendor/lib/soundfx/libqcbassboost.so
}
全部评论 (0)
还没有任何评论哟~
