
These audio and blobs differ between what berlin and dubai each have Change-Id: I87f8037a5e41f017a36e246f3f3f5dc29379602d
65 lines
3.8 KiB
XML
65 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<audio_effects_conf version="2.0" xmlns="http://schemas.android.com/audio/audio_effects_conf/v2_0">
|
|
<libraries>
|
|
<library name="proxy" path="libeffectproxy.so"/>
|
|
<library name="mmieffects" path="libmmieffectswrapper.so"/>
|
|
<library name="mot_speaker_helper" path="libspeakerbundle.so"/>
|
|
<library name="bundle" path="libbundlewrapper.so"/>
|
|
<library name="reverb" path="libreverbwrapper.so"/>
|
|
<library name="visualizer" path="libvisualizer.so"/>
|
|
<library name="downmix" path="libdownmix.so"/>
|
|
<library name="dynamics_processing" path="libdynproc.so"/>
|
|
<library name="loudness_enhancer" path="libldnhncr.so"/>
|
|
<library name="audio_pre_processing" path="libqcomvoiceprocessing.so"/>
|
|
<library name="maxxaudio3" path="libmaxxeffect-cembedded.so"/>
|
|
</libraries>
|
|
<effects>
|
|
<effect name="bassboost" library="bundle" uuid="8631f300-72e2-11df-b57e-0002a5d5c51b"/>
|
|
<effect name="virtualizer" library="bundle" uuid="1d4033c0-8557-11df-9f2d-0002a5d5c51b"/>
|
|
<effect name="equalizer" library="bundle" uuid="ce772f20-847d-11df-bb17-0002a5d5c51b"/>
|
|
<effect name="volume" library="bundle" uuid="119341a0-8469-11df-81f9-0002a5d5c51b"/>
|
|
<effect name="mmieffects" library="mmieffects" uuid="bce61ec2-eca4-445c-9dcb-91cc7cce01ba"/>
|
|
<effect name="reverb_env_aux" library="reverb" uuid="4a387fc0-8ab3-11df-8bad-0002a5d5c51b"/>
|
|
<effect name="reverb_env_ins" library="reverb" uuid="c7a511a0-a3bb-11df-860e-0002a5d5c51b"/>
|
|
<effect name="reverb_pre_aux" library="reverb" uuid="f29a1400-a3bb-11df-8ddc-0002a5d5c51b"/>
|
|
<effect name="reverb_pre_ins" library="reverb" uuid="172cdf00-a3bc-11df-a72f-0002a5d5c51b"/>
|
|
<effect name="visualizer" library="visualizer" uuid="d069d9e0-8329-11df-9168-0002a5d5c51b"/>
|
|
<effect name="downmix" library="downmix" uuid="93f04452-e4fe-41cc-91f9-e475b6d1d69f"/>
|
|
<effect name="dynamics_processing" library="dynamics_processing" uuid="e0e6539b-1781-7261-676f-6d7573696340"/>
|
|
<effect name="loudness_enhancer" library="loudness_enhancer" uuid="fa415329-2034-4bea-b5dc-5b381c8d1e2c"/>
|
|
<effectProxy name="music_helper" library="proxy" uuid="00905020-4e52-11e4-83aa-0002a5d5c51b">
|
|
<libsw library="mot_speaker_helper" uuid="bce61ec2-eca4-445c-9dcb-91cc7cce01ab"/>
|
|
<libhw library="mot_speaker_helper" uuid="bce61ec2-eca4-445c-9dcb-91cc7cce01b0"/>
|
|
</effectProxy>
|
|
<effect name="voice_helper" library="mot_speaker_helper" uuid="bce61ec2-eca4-445c-9dcb-91cc7cce01ac"/>
|
|
<effect name="ring_helper" library="mot_speaker_helper" uuid="bce61ec2-eca4-445c-9dcb-91cc7cce01ad"/>
|
|
<effect name="notification_helper" library="mot_speaker_helper" uuid="bce61ec2-eca4-445c-9dcb-91cc7cce01ae"/>
|
|
<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 library="maxxaudio3" name="maxxaudio3" uuid="ae12da60-99ac-11df-b456-0002a5d5c51b"/>
|
|
</effects>
|
|
<postprocess>
|
|
<stream type="music">
|
|
<apply effect="music_helper"/>
|
|
</stream>
|
|
<stream type="ring">
|
|
<apply effect="ring_helper"/>
|
|
</stream>
|
|
<stream type="alarm">
|
|
<apply effect="ring_helper"/>
|
|
</stream>
|
|
<stream type="voice_call">
|
|
<apply effect="voice_helper"/>
|
|
</stream>
|
|
<stream type="notification">
|
|
<apply effect="notification_helper"/>
|
|
</stream>
|
|
</postprocess>
|
|
<preprocess>
|
|
<stream type="voice_communication">
|
|
<apply effect="aec"/>
|
|
<apply effect="ns"/>
|
|
</stream>
|
|
</preprocess>
|
|
</audio_effects_conf>
|