Merge "Audio AIDL : Add libeffects loudness enhancer implementation uuid"
This commit is contained in:
commit
2af598bfa5
3 changed files with 9 additions and 3 deletions
|
@ -155,7 +155,7 @@ cc_binary {
|
|||
"libenvreverbsw",
|
||||
"libequalizersw",
|
||||
"libhapticgeneratorsw",
|
||||
"libloudnessenhancersw",
|
||||
"libloudnessenhanceraidl",
|
||||
"libpresetreverbsw",
|
||||
"libtinyxml2",
|
||||
"libvirtualizersw",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<library name="dynamics_processingsw" path="libdynamicsprocessingsw.so"/>
|
||||
<library name="equalizersw" path="libequalizersw.so"/>
|
||||
<library name="haptic_generatorsw" path="libhapticgeneratorsw.so"/>
|
||||
<library name="loudness_enhancersw" path="libloudnessenhancersw.so"/>
|
||||
<library name="loudness_enhancer" path="libloudnessenhanceraidl.so"/>
|
||||
<library name="env_reverbsw" path="libenvreverbsw.so"/>
|
||||
<library name="preset_reverbsw" path="libpresetreverbsw.so"/>
|
||||
<library name="virtualizersw" path="libvirtualizersw.so"/>
|
||||
|
@ -67,7 +67,7 @@
|
|||
</effectProxy>
|
||||
<effect name="dynamics_processing" library="dynamics_processingsw" uuid="fa818d78-588b-11ed-9b6a-0242ac120002"/>
|
||||
<effect name="haptic_generator" library="haptic_generatorsw" uuid="fa819110-588b-11ed-9b6a-0242ac120002"/>
|
||||
<effect name="loudness_enhancer" library="loudness_enhancersw" uuid="fa819610-588b-11ed-9b6a-0242ac120002"/>
|
||||
<effect name="loudness_enhancer" library="loudness_enhancer" uuid="fa415329-2034-4bea-b5dc-5b381c8d1e2c"/>
|
||||
<effect name="env_reverb" library="env_reverbsw" uuid="fa819886-588b-11ed-9b6a-0242ac120002"/>
|
||||
<effect name="preset_reverb" library="preset_reverbsw" uuid="fa8199c6-588b-11ed-9b6a-0242ac120002"/>
|
||||
<effect name="virtualizer" library="virtualizersw" uuid="fa819d86-588b-11ed-9b6a-0242ac120002"/>
|
||||
|
|
|
@ -129,6 +129,12 @@ static const AudioUuid kLoudnessEnhancerSwImplUUID = {static_cast<int32_t>(0xfa8
|
|||
0x11ed,
|
||||
0x9b6a,
|
||||
{0x02, 0x42, 0xac, 0x12, 0x00, 0x02}};
|
||||
// fa415329-2034-4bea-b5dc-5b381c8d1e2c
|
||||
static const AudioUuid kLoudnessEnhancerImplUUID = {static_cast<int32_t>(0xfa415329),
|
||||
0x2034,
|
||||
0x4bea,
|
||||
0xb5dc,
|
||||
{0x5b, 0x38, 0x1c, 0x8d, 0x1e, 0x2c}};
|
||||
// c2e5d5f0-94bd-4763-9cac-4e234d06839e
|
||||
static const AudioUuid kEnvReverbTypeUUID = {static_cast<int32_t>(0xc2e5d5f0),
|
||||
0x94bd,
|
||||
|
|
Loading…
Reference in a new issue