linux android use cpal (#9914)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-11-14 21:01:41 +08:00
committed by GitHub
parent 9e4cc91a14
commit 06c7bc137f
11 changed files with 79 additions and 331 deletions

View File

@@ -24,10 +24,6 @@
"name": "oboe",
"platform": "android"
},
{
"name": "oboe-wrapper",
"platform": "android"
},
{
"name": "opus",
"host": true
@@ -87,8 +83,17 @@
]
},
"overrides": [
{ "name": "ffnvcodec", "version": "12.1.14.0" },
{ "name": "amd-amf", "version": "1.4.29" },
{ "name": "mfx-dispatch", "version": "1.35.1" }
{
"name": "ffnvcodec",
"version": "12.1.14.0"
},
{
"name": "amd-amf",
"version": "1.4.29"
},
{
"name": "mfx-dispatch",
"version": "1.35.1"
}
]
}