Files
third_party_sonic/bundle.json
T
sunruiyang 7a061372d1 switch sonic
Co-authored-by: sunruiyang<sunruiyang5@h-partners.com>
2025-12-18 09:23:41 +08:00

39 lines
1010 B
JSON

{
"name": "@ohos/sonic",
"description": "Sonic is a simple algorithm for speeding up or slowing down speech, which is used by multimedia audio subsystems for change speed playback.",
"version": "0.2.0",
"license": "apache.2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/sonic"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README"
},
"component": {
"name": "sonic",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/sonic:sonic"
}
],
"test": []
}
}
}