From de19c940ee2d85f016eea121db7ee3eb6155e022 Mon Sep 17 00:00:00 2001 From: yzyhk904 <86816519+yzyhk904@users.noreply.github.com> Date: Wed, 16 Mar 2022 21:11:50 +0900 Subject: [PATCH] Update README.md typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d99aa3..aab6180 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This simple module disables DRC (Dynamic Range Control, i.e., a kind of compress This module behaves as follows:
  1. Checks whether this device enables DRC or not. If so, then continues below, else exits.
  2. -
  3. Copies /vendor/etc/\*/audio_policy_configuration\*.xml to $MODDIR/system/vendor/etc
  4. -
  5. Edits $MODDIR/system/vendor/etc/\*/audio_policy_configuration\*.xml to replace +
  6. Copies /vendor/etc/*/audio_policy_configuration*.xml to $MODDIR/system/vendor/etc
  7. +
  8. Edits $MODDIR/system/vendor/etc/*/audio_policy_configuration*.xml to replace 'speaker_drc_enabled="true"' with 'speaker_drc_enabled="false"'.
  9. -
  10. Overlays this modified one on /vendor/etc/\*/audio_policy_configuration\*.xml.
  11. +
  12. Overlays this modified one on /vendor/etc/*/audio_policy_configuration*.xml.


@@ -25,4 +25,4 @@ This module has been tested on LineageOS and ArrowOS ROM's, and phh GSI's (Andro # v1.0.0 * Initial Release -## \ No newline at end of file +##