Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f627e60 authored by Andy Hung's avatar Andy Hung Committed by Android (Google) Code Review
Browse files

Merge "Effects: Update audio_effects.conf to use vendor" into oc-dev

parents e97d8665 16ce86c7
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -10,33 +10,33 @@ libraries {
# the HW and SW effects

  #proxy {
    #path /system/lib/soundfx/libeffectproxy.so
    #path /vendor/lib/soundfx/libeffectproxy.so
  #}

# This is the SW implementation library of the effect
  #libSW {
    #path /system/lib/soundfx/libswwrapper.so
    #path /vendor/lib/soundfx/libswwrapper.so
  #}

# This is the HW implementation library for the effect
  #libHW {
    #path /system/lib/soundfx/libhwwrapper.so
    #path /vendor/lib/soundfx/libhwwrapper.so
  #}

  bundle {
    path /system/lib/soundfx/libbundlewrapper.so
    path /vendor/lib/soundfx/libbundlewrapper.so
  }
  reverb {
    path /system/lib/soundfx/libreverbwrapper.so
    path /vendor/lib/soundfx/libreverbwrapper.so
  }
  visualizer {
    path /system/lib/soundfx/libvisualizer.so
    path /vendor/lib/soundfx/libvisualizer.so
  }
  downmix {
    path /system/lib/soundfx/libdownmix.so
    path /vendor/lib/soundfx/libdownmix.so
  }
  loudness_enhancer {
    path /system/lib/soundfx/libldnhncr.so
    path /vendor/lib/soundfx/libldnhncr.so
  }
}

@@ -44,7 +44,7 @@ libraries {
# audio HAL implements support for default software audio pre-processing effects
#
#  pre_processing {
#    path /system/lib/soundfx/libaudiopreprocessing.so
#    path /vendor/lib/soundfx/libaudiopreprocessing.so
#  }

# list of effects to load. Each effect element must contain a "library" and a "uuid" element.