Loading media/libeffects/data/audio_effects.conf +7 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,9 @@ libraries { loudness_enhancer { path /vendor/lib/soundfx/libldnhncr.so } dynamics_processing { path /vendor/lib/soundfx/libdynproc.so } } # Default pre-processing library. Add to audio_effect.conf "libraries" section if Loading Loading @@ -129,6 +132,10 @@ effects { library loudness_enhancer uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c } dynamics_processing { library dynamics_processing uuid e0e6539b-1781-7261-676f-6d7573696340 } } # Default pre-processing effects. Add to audio_effect.conf "effects" section if Loading media/libeffects/dynamicsproc/Android.mk 0 → 100644 +38 −0 Original line number Diff line number Diff line # Copyright (C) 2018 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. LOCAL_PATH:= $(call my-dir) # DynamicsProcessing library include $(CLEAR_VARS) LOCAL_VENDOR_MODULE := true LOCAL_SRC_FILES:= \ EffectDynamicsProcessing.cpp \ dsp/DPBase.cpp LOCAL_CFLAGS+= -O2 -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror LOCAL_SHARED_LIBRARIES := \ libcutils \ liblog \ LOCAL_MODULE_RELATIVE_PATH := soundfx LOCAL_MODULE:= libdynproc LOCAL_HEADER_LIBRARIES := \ libaudioeffects include $(BUILD_SHARED_LIBRARY) Loading
media/libeffects/data/audio_effects.conf +7 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,9 @@ libraries { loudness_enhancer { path /vendor/lib/soundfx/libldnhncr.so } dynamics_processing { path /vendor/lib/soundfx/libdynproc.so } } # Default pre-processing library. Add to audio_effect.conf "libraries" section if Loading Loading @@ -129,6 +132,10 @@ effects { library loudness_enhancer uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c } dynamics_processing { library dynamics_processing uuid e0e6539b-1781-7261-676f-6d7573696340 } } # Default pre-processing effects. Add to audio_effect.conf "effects" section if Loading
media/libeffects/dynamicsproc/Android.mk 0 → 100644 +38 −0 Original line number Diff line number Diff line # Copyright (C) 2018 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. LOCAL_PATH:= $(call my-dir) # DynamicsProcessing library include $(CLEAR_VARS) LOCAL_VENDOR_MODULE := true LOCAL_SRC_FILES:= \ EffectDynamicsProcessing.cpp \ dsp/DPBase.cpp LOCAL_CFLAGS+= -O2 -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror LOCAL_SHARED_LIBRARIES := \ libcutils \ liblog \ LOCAL_MODULE_RELATIVE_PATH := soundfx LOCAL_MODULE:= libdynproc LOCAL_HEADER_LIBRARIES := \ libaudioeffects include $(BUILD_SHARED_LIBRARY)