Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-k committed Jun 3, 2024
1 parent 47f5f86 commit 2a4dde2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 7 additions & 7 deletions HTML/EN/plugins/DSDPlayer/settings/player.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
[% WRAPPER settingGroup title="PLUGIN_DSDPLAYER_GAIN" desc="PLUGIN_DSDPLAYER_GAIN_DESC" %]
<select class="stdedit" name="pref_gain" id="gain">
[% FOREACH option = {
'0' => '0 dB',
'1' => '1 dB',
'2' => '2 dB',
'3' => '3 dB',
'4' => '4 dB',
'5' => '5 dB',
'6' => '6 dB',
'0' => '0 dB',
'1' => '1 dB',
'2' => '2 dB',
'3' => '3 dB',
'4' => '4 dB',
'5' => '5 dB',
'6' => '6 dB',
} %]
<option [% IF prefs.gain == option.key %]selected [% END %]value="[% option.key %]">
[% option.value %]
Expand Down
4 changes: 1 addition & 3 deletions strings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,4 @@ PLUGIN_DSDPLAYER_GAIN
EN Add gain

PLUGIN_DSDPLAYER_GAIN_DESC
EN Many DSD/DSF files (especially SACD rips) are mastered to a peak of -6dB. This makes their volume low compared to other files. You can increase the level when resampling to PCM. If your chosen gain introduces audible distortion for any of your files, reduce it.


EN Many DSD/DSF files (especially SACD rips) are mastered to a peak of -6dB. This makes their volume low compared to other files. You can increase the level when resampling to PCM. If your chosen gain introduces audible distortion for any of your files, reduce it.

0 comments on commit 2a4dde2

Please sign in to comment.