Skip to content

Commit

Permalink
music: disable vhs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
urain39 committed Sep 12, 2023
1 parent 58a2f91 commit 8d23ae2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string name="viper4android.headphonefx.reverb.roomsize">45</string>
<string name="viper4android.headphonefx.reverb.roomwidth">20</string>
<string name="viper4android.headphonefx.reverb.wet">13</string>
<boolean name="viper4android.headphonefx.vhs.enable" value="true" />
<boolean name="viper4android.headphonefx.vhs.enable" value="false" />
<string name="viper4android.headphonefx.vhs.qual">0</string>
<string name="viper4android.headphonefx.viperddc.device">Earbud(iP4)</string>
<boolean name="viper4android.headphonefx.viperddc.enable" value="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string name="viper4android.headphonefx.reverb.roomsize">45</string>
<string name="viper4android.headphonefx.reverb.roomwidth">20</string>
<string name="viper4android.headphonefx.reverb.wet">13</string>
<boolean name="viper4android.headphonefx.vhs.enable" value="true" />
<boolean name="viper4android.headphonefx.vhs.enable" value="false" />
<string name="viper4android.headphonefx.vhs.qual">0</string>
<string name="viper4android.headphonefx.viperddc.device">Earbud(iP4)</string>
<boolean name="viper4android.headphonefx.viperddc.enable" value="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string name="viper4android.headphonefx.reverb.roomsize">45</string>
<string name="viper4android.headphonefx.reverb.roomwidth">20</string>
<string name="viper4android.headphonefx.reverb.wet">13</string>
<boolean name="viper4android.headphonefx.vhs.enable" value="true" />
<boolean name="viper4android.headphonefx.vhs.enable" value="false" />
<string name="viper4android.headphonefx.vhs.qual">0</string>
<string name="viper4android.headphonefx.viperddc.device">Earbud(iP4)</string>
<boolean name="viper4android.headphonefx.viperddc.enable" value="true" />
Expand Down

0 comments on commit 8d23ae2

Please sign in to comment.