mirror of
https://github.com/openharmony/third_party_sonic.git
synced 2026-07-01 20:54:04 -04:00
7a061372d1
Co-authored-by: sunruiyang<sunruiyang5@h-partners.com>
39 lines
1010 B
JSON
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": []
|
|
}
|
|
}
|
|
} |