Merge "Add property for enabling stereo spatialization" into main am: 67c12aa98d
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2951223 Change-Id: Iedb7747a9d0fd1818abc161b2e6d545434c56450 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c7b99fbf76
1 changed files with 3 additions and 0 deletions
|
@ -410,6 +410,9 @@ ro.audio.spatializer_enabled u:object_r:audio_config_prop:s0 exact bool
|
|||
# Boolean property used in AudioService to configure whether
|
||||
# to enable head tracking for spatial audio
|
||||
ro.audio.headtracking_enabled u:object_r:audio_config_prop:s0 exact bool
|
||||
# Boolean property used in AudioPolicyManager to configure whether
|
||||
# to enable spatialization for stereo channel mask
|
||||
ro.audio.stereo_spatialization_enabled u:object_r:audio_config_prop:s0 exact bool
|
||||
|
||||
# Boolean property used in UsbAlsaManager to decide if only one or multiple
|
||||
# USB devices can be connected to audio system at a certain time
|
||||
|
|
Loading…
Reference in a new issue