添加低延迟追帧功能及相关配置,优化音频首帧渲染监听
This commit is contained in:
Binary file not shown.
@@ -18,10 +18,10 @@ dependencyResolutionManagement {
|
|||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
// Local AARs for the demo or the SDK when present
|
// Local AARs for the demo or the SDK when present
|
||||||
flatDir {
|
flatDir {
|
||||||
dirs file('example/libs')
|
|
||||||
if (hasLocalSdk) {
|
if (hasLocalSdk) {
|
||||||
dirs sdkDir.toPath().resolve('libs').toFile()
|
dirs sdkDir.toPath().resolve('libs').toFile()
|
||||||
}
|
}
|
||||||
|
dirs file('example/libs')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user