audio_effects.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--- Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. -->
  3. <!--- -->
  4. <!--- Redistribution and use in source and binary forms, with or without -->
  5. <!--- modification, are permitted provided that the following conditions are -->
  6. <!--- met: -->
  7. <!--- * Redistributions of source code must retain the above copyright -->
  8. <!--- notice, this list of conditions and the following disclaimer. -->
  9. <!--- * Redistributions in binary form must reproduce the above -->
  10. <!--- copyright notice, this list of conditions and the following -->
  11. <!--- disclaimer in the documentation and/or other materials provided -->
  12. <!--- with the distribution. -->
  13. <!--- * Neither the name of The Linux Foundation nor the names of its -->
  14. <!--- contributors may be used to endorse or promote products derived -->
  15. <!--- from this software without specific prior written permission. -->
  16. <!--- -->
  17. <!--- THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED -->
  18. <!--- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -->
  19. <!--- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT -->
  20. <!--- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS -->
  21. <!--- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -->
  22. <!--- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -->
  23. <!--- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -->
  24. <!--- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -->
  25. <!--- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -->
  26. <!--- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -->
  27. <!--- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -->
  28. <audio_effects_conf version="2.0" xmlns="http://schemas.android.com/audio/audio_effects_conf/v2_0">
  29. <libraries>
  30. <library name="bundle" path="libbundlewrapper.so"/>
  31. <library name="reverb" path="libreverbwrapper.so"/>
  32. <library name="visualizer_sw" path="libvisualizer.so"/>
  33. <library name="visualizer_hw" path="libqcomvisualizer.so"/>
  34. <library name="downmix" path="libdownmix.so"/>
  35. <library name="loudness_enhancer" path="libldnhncr.so"/>
  36. <library name="dynamics_processing" path="libdynproc.so"/>
  37. <library name="proxy" path="libeffectproxy.so"/>
  38. <library name="offload_bundle" path="libqcompostprocbundle.so"/>
  39. <library name="audio_pre_processing" path="libqcomvoiceprocessing.so"/>
  40. <library name="volume_listener" path="libvolumelistener.so"/>
  41. <library name="audiosphere" path="libasphere.so"/>
  42. <library name="shoebox" path="libshoebox.so"/>
  43. </libraries>
  44. <effects>
  45. <effectProxy name="bassboost" library="proxy" uuid="14804144-a5ee-4d24-aa88-0002a5d5c51b">
  46. <libsw library="bundle" uuid="8631f300-72e2-11df-b57e-0002a5d5c51b"/>
  47. <libhw library="offload_bundle" uuid="2c4a8c24-1581-487f-94f6-0002a5d5c51b"/>
  48. </effectProxy>
  49. <effectProxy name="virtualizer" library="proxy" uuid="d3467faa-acc7-4d34-acaf-0002a5d5c51b">
  50. <libsw library="bundle" uuid="1d4033c0-8557-11df-9f2d-0002a5d5c51b"/>
  51. <libhw library="offload_bundle" uuid="509a4498-561a-4bea-b3b1-0002a5d5c51b"/>
  52. </effectProxy>
  53. <effectProxy name="equalizer" library="proxy" uuid="c8e70ecd-48ca-456e-8a4f-0002a5d5c51b">
  54. <libsw library="bundle" uuid="ce772f20-847d-11df-bb17-0002a5d5c51b"/>
  55. <libhw library="offload_bundle" uuid="a0dac280-401c-11e3-9379-0002a5d5c51b"/>
  56. </effectProxy>
  57. <effect name="volume" library="bundle" uuid="119341a0-8469-11df-81f9-0002a5d5c51b"/>
  58. <effectProxy name="reverb_env_aux" library="proxy" uuid="48404ac9-d202-4ccc-bf84-0002a5d5c51b">
  59. <libsw library="reverb" uuid="4a387fc0-8ab3-11df-8bad-0002a5d5c51b"/>
  60. <libhw library="offload_bundle" uuid="79a18026-18fd-4185-8233-0002a5d5c51b"/>
  61. </effectProxy>
  62. <effectProxy name="reverb_env_ins" library="proxy" uuid="b707403a-a1c1-4291-9573-0002a5d5c51b">
  63. <libsw library="reverb" uuid="c7a511a0-a3bb-11df-860e-0002a5d5c51b"/>
  64. <libhw library="offload_bundle" uuid="eb64ea04-973b-43d2-8f5e-0002a5d5c51b"/>
  65. </effectProxy>
  66. <effectProxy name="reverb_pre_aux" library="proxy" uuid="1b78f587-6d1c-422e-8b84-0002a5d5c51b">
  67. <libsw library="reverb" uuid="f29a1400-a3bb-11df-8ddc-0002a5d5c51b"/>
  68. <libhw library="offload_bundle" uuid="6987be09-b142-4b41-9056-0002a5d5c51b"/>
  69. </effectProxy>
  70. <effectProxy name="reverb_pre_ins" library="proxy" uuid="f3e178d2-ebcb-408e-8357-0002a5d5c51b">
  71. <libsw library="reverb" uuid="172cdf00-a3bc-11df-a72f-0002a5d5c51b"/>
  72. <libhw library="offload_bundle" uuid="aa2bebf6-47cf-4613-9bca-0002a5d5c51b"/>
  73. </effectProxy>
  74. <effectProxy name="visualizer" library="proxy" uuid="1d0a1a53-7d5d-48f2-8e71-27fbd10d842c">
  75. <libsw library="visualizer_sw" uuid="d069d9e0-8329-11df-9168-0002a5d5c51b"/>
  76. <libhw library="visualizer_hw" uuid="7a8044a0-1a71-11e3-a184-0002a5d5c51b"/>
  77. </effectProxy>
  78. <effect name="downmix" library="downmix" uuid="93f04452-e4fe-41cc-91f9-e475b6d1d69f"/>
  79. <effect name="loudness_enhancer" library="loudness_enhancer" uuid="fa415329-2034-4bea-b5dc-5b381c8d1e2c"/>
  80. <effect name="dynamics_processing" library="dynamics_processing" uuid="e0e6539b-1781-7261-676f-6d7573696340"/>
  81. <effect name="aec" library="audio_pre_processing" uuid="0f8d0d2a-59e5-45fe-b6e4-248c8a799109"/>
  82. <effect name="ns" library="audio_pre_processing" uuid="1d97bb0b-9e2f-4403-9ae3-58c2554306f8"/>
  83. <effect name="music_helper" library="volume_listener" uuid="08b8b058-0590-11e5-ac71-0025b32654a0"/>
  84. <effect name="ring_helper" library="volume_listener" uuid="0956df94-0590-11e5-bdbe-0025b32654a0"/>
  85. <effect name="alarm_helper" library="volume_listener" uuid="09f303e2-0590-11e5-8fdb-0025b32654a0"/>
  86. <effect name="voice_helper" library="volume_listener" uuid="0ace5c08-0590-11e5-ae9e-0025b32654a0"/>
  87. <effect name="notification_helper" library="volume_listener" uuid="0b776dde-0590-11e5-81ba-0025b32654a0"/>
  88. <effect name="audiosphere" library="audiosphere" uuid="184e62ab-2d19-4364-9d1b-c0a40733866c"/>
  89. <effect name="shoebox" library="shoebox" uuid="1eab784c-1a36-4b2a-b7fc-e34c44cab89e"/>
  90. </effects>
  91. <postprocess>
  92. <stream type="music">
  93. <apply effect="music_helper"/>
  94. </stream>
  95. <stream type="ring">
  96. <apply effect="ring_helper"/>
  97. </stream>
  98. <stream type="alarm">
  99. <apply effect="alarm_helper"/>
  100. </stream>
  101. <stream type="voice_call">
  102. <apply effect="voice_helper"/>
  103. </stream>
  104. <stream type="notification">
  105. <apply effect="notification_helper"/>
  106. </stream>
  107. </postprocess>
  108. <preprocess>
  109. <stream type="voice_communication">
  110. <apply effect="aec"/>
  111. <apply effect="ns"/>
  112. </stream>
  113. </preprocess>
  114. </audio_effects_conf>