Skip to content

Commit

Permalink
mido: audio: Add audiosphere effect support
Browse files Browse the repository at this point in the history
- Added missing changes for audiosphere effect

Change-Id: I230f9a729d9cbc3d7c5222b5501620b4357e9272
  • Loading branch information
Shalini Manjunatha authored and zeelog committed Jun 25, 2020
1 parent 855e6a3 commit a9dce30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions audio/audio_effects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<library name="proxy" path="libeffectproxy.so"/>
<library name="offload_bundle" path="libqcompostprocbundle.so"/>
<library name="audio_pre_processing" path="libqcomvoiceprocessing.so"/>
<library name="audiosphere" path="libasphere.so"/>
</libraries>
<effects>
<effectProxy name="bassboost" library="proxy" uuid="14804144-a5ee-4d24-aa88-0002a5d5c51b">
Expand Down Expand Up @@ -54,6 +55,7 @@
<effect name="dynamics_processing" library="dynamics_processing" uuid="e0e6539b-1781-7261-676f-6d7573696340"/>
<effect name="aec" library="audio_pre_processing" uuid="0f8d0d2a-59e5-45fe-b6e4-248c8a799109"/>
<effect name="ns" library="audio_pre_processing" uuid="1d97bb0b-9e2f-4403-9ae3-58c2554306f8"/>
<effect name="audiosphere" library="audiosphere" uuid="184e62ab-2d19-4364-9d1b-c0a40733866c"/>
</effects>
<preprocess>
<stream type="voice_communication">
Expand Down

0 comments on commit a9dce30

Please sign in to comment.