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 +##