audio_effects_sec.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <audio_effects_conf version="2.0" xmlns="http://schemas.android.com/audio/audio_effects_conf/v2_0">
  3. <libraries>
  4. <!-- This is a proxy library that will be an abstraction for the HW and SW effects-->
  5. <library name="proxy" path="libeffectproxy.so"/>
  6. <!-- This is the HW implementation library for the effect-->
  7. <library name="offload" path="libaudioeffectoffload.so"/>
  8. <library name="bundle" path="libbundlewrapper.so"/>
  9. <library name="reverb" path="libreverbwrapper.so"/>
  10. <library name="visualizer_sw" path="libvisualizer.so"/>
  11. <library name="downmix" path="libdownmix.so"/>
  12. <library name="mysound" path="libmysound.so"/>
  13. <library name="myspace" path="libmyspace.so"/>
  14. <library name="soundalive_sec" path="libaudiosaplus_sec.so"/>
  15. <library name="loudness_enhancer" path="libldnhncr.so"/>
  16. <library name="dynamics_processing" path="libdynproc.so"/>
  17. <library name="soundbooster_plus" path="libsamsungSoundbooster_plus.so"/>
  18. <library name="pre_processing" path="libqcomvoiceprocessing.so"/>
  19. <library name="playbackrecorder" path="libplaybackrecorder.so"/>
  20. <library name="dap" path="libswdap.so"/>
  21. </libraries>
  22. <effects>
  23. <effect name="soundbooster_plus" library="soundbooster_plus" uuid="50de45f0-5d4c-11e5-a837-0800200c9a66"/>
  24. <effectProxy name="soundalive" library="proxy" uuid="05227ea0-50bb-11e3-ac69-0002a5d5c51b">
  25. <libsw library="soundalive_sec" uuid="cf65eb39-ce2f-48a8-a903-ceb818c06745"/>
  26. <libhw library="offload" uuid="0b2dbc60-50bb-11e3-988b-0002a5d5c51b"/>
  27. </effectProxy>
  28. <effect name="bassboost" library="bundle" uuid="8631f300-72e2-11df-b57e-0002a5d5c51b"/>
  29. <effect name="virtualizer" library="bundle" uuid="1d4033c0-8557-11df-9f2d-0002a5d5c51b"/>
  30. <effect name="equalizer" library="bundle" uuid="ce772f20-847d-11df-bb17-0002a5d5c51b"/>
  31. <effect name="volume" library="bundle" uuid="119341a0-8469-11df-81f9-0002a5d5c51b"/>
  32. <effect name="reverb_env_aux" library="reverb" uuid="4a387fc0-8ab3-11df-8bad-0002a5d5c51b"/>
  33. <effect name="reverb_env_ins" library="reverb" uuid="c7a511a0-a3bb-11df-860e-0002a5d5c51b"/>
  34. <effect name="reverb_pre_aux" library="reverb" uuid="f29a1400-a3bb-11df-8ddc-0002a5d5c51b"/>
  35. <effect name="reverb_pre_ins" library="reverb" uuid="172cdf00-a3bc-11df-a72f-0002a5d5c51b"/>
  36. <effect name="visualizer" library="visualizer_sw" uuid="d069d9e0-8329-11df-9168-0002a5d5c51b"/>
  37. <effect name="downmix" library="downmix" uuid="93f04452-e4fe-41cc-91f9-e475b6d1d69f"/>
  38. <effect name="loudness_enhancer" library="loudness_enhancer" uuid="fa415329-2034-4bea-b5dc-5b381c8d1e2c"/>
  39. <effect name="dynamics_processing" library="dynamics_processing" uuid="e0e6539b-1781-7261-676f-6d7573696340"/>
  40. <effectProxy name="dha" library="proxy" uuid="37155c20-50bb-11e3-9fac-0002a5d5c51b">
  41. <libsw library="mysound" uuid="263a88e0-50b1-11e2-bcfd-0800200c9a66"/>
  42. <libhw library="offload" uuid="3ef69260-50bb-11e3-931e-0002a5d5c51b"/>
  43. </effectProxy>
  44. <effectProxy name="sa3d" library="proxy" uuid="1c91fca0-664a-11e4-b8c2-0002a5d5c51b">
  45. <libsw library="myspace" uuid="3462a6e0-655a-11e4-8b67-0002a5d5c51b"/>
  46. <libhw library="offload" uuid="c7a84e61-eebe-4fcc-bc53-efcb841b4625"/>
  47. </effectProxy>
  48. <effect name="aec" library="pre_processing" uuid="0f8d0d2a-59e5-45fe-b6e4-248c8a799109"/>
  49. <effect name="ns" library="pre_processing" uuid="1d97bb0b-9e2f-4403-9ae3-58c2554306f8"/>
  50. <effect name="playbackrecorder" library="playbackrecorder" uuid="517a26c0-fd7c-11e5-a837-0800200c9a66"/>
  51. <!-- Supporting Dolby offload effect -->
  52. <effectProxy name="dap_proxy" library="proxy" uuid="9d4921da-8225-4f29-aefa-39537a04bcaa">
  53. <libsw library="dap" uuid="6ab06da4-c516-4611-8166-452799218539"/>
  54. <libhw library="offload" uuid="a0c30891-8246-4aef-b8ad-d53e26da0253"/>
  55. </effectProxy>
  56. <effect name="volumemonitor_hw" library="offload" uuid="052a63b0-f95a-11e9-8f0b-362b9e155667"/>
  57. </effects>
  58. <preprocess>
  59. <stream type="voice_communication">
  60. <apply effect="aec"/>
  61. </stream>
  62. </preprocess>
  63. <postprocess>
  64. <stream type="music">
  65. <apply effect="sa3d"/>
  66. </stream>
  67. <stream type="ring">
  68. <apply effect="sa3d"/>
  69. </stream>
  70. <stream type="alarm">
  71. <apply effect="sa3d"/>
  72. </stream>
  73. </postprocess>
  74. </audio_effects_conf>