Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
yzyhk904 authored Mar 16, 2022
1 parent 66821f9 commit de19c94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This simple module disables DRC (Dynamic Range Control, i.e., a kind of compress
This module behaves as follows:
<ol>
<li>Checks whether this device enables DRC or not. If so, then continues below, else exits.</li>
<li>Copies /vendor/etc/\*/audio_policy_configuration\*.xml to $MODDIR/system/vendor/etc</li>
<li>Edits $MODDIR/system/vendor/etc/\*/audio_policy_configuration\*.xml to replace
<li>Copies /vendor/etc/*/audio_policy_configuration*.xml to $MODDIR/system/vendor/etc</li>
<li>Edits $MODDIR/system/vendor/etc/*/audio_policy_configuration*.xml to replace
'speaker_drc_enabled="true"' with 'speaker_drc_enabled="false"'.</li>
<li>Overlays this modified one on /vendor/etc/\*/audio_policy_configuration\*.xml.</li>
<li>Overlays this modified one on /vendor/etc/*/audio_policy_configuration*.xml.</li>
</ol>
<br/>
<br/>
Expand All @@ -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

##
##

0 comments on commit de19c94

Please sign in to comment.