diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index fb3db76a..9544e7d3 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1468,7 +1468,8 @@ input.ssconf_v { } #audio_drc td, #audio_eq td, -#audio_ss td { +#audio_ss td, +#audio_nc td { text-align: center; } #audio_eq a.eq_step { diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 85d03ab5..83e4e4a4 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -288,6 +288,7 @@ if (1) "ml_tcode": "transcode", "ml_tcode2": "transcode to", "ml_tint": "tint", + "ml_nc": "nightcore", "ml_eq": "audio equalizer", "ml_drc": "dynamic range compressor", "ml_ss": "skip silence", @@ -326,6 +327,8 @@ if (1) "mt_c2ng": "your device does not seem to support this output format, but let's try anyways", "mt_xowa": "there are bugs in iOS preventing background playback using this format; please use caf or mp3 instead", "mt_tint": "background level (0-100) on the seekbar$Nto make buffering less distracting", + "mt_nc": "enable nightcore effect (speeds up playback and raises pitch)", + "mt_ncspd": "playback speed multiplier (e.g. 1.25 for classic nightcore)\">speed", "mt_eq": "`enables the equalizer and gain control;$N$Nboost `0` = standard 100% volume (unmodified)$N$Nwidth `1 ` = standard stereo (unmodified)$Nwidth `0.5` = 50% left-right crossfeed$Nwidth `0 ` = mono$N$Nboost `-0.8` & width `10` = vocal removal :^)$N$Nenabling the equalizer makes gapless albums fully gapless, so leave it on with all the values at zero (except width = 1) if you care about that", "mt_drc": "enables the dynamic range compressor (volume flattener / brickwaller); will also enable EQ to balance the spaghetti, so set all EQ fields except for 'width' to 0 if you don't want it$N$Nlowers the volume of audio above THRESHOLD dB; for every RATIO dB past THRESHOLD there is 1 dB of output, so default values of 'tresh' -24 and 'ratio' 12 means it should never get louder than -22 dB and it is safe to increase the equalizer boost to 0.8, or even 1.8 with ATK 0 and a huge RLS like 90 (only works in firefox; RLS is max 1 in other browsers)$N$N(see wikipedia, they explain it much better)", "mt_ss": "`enables skip-silence; multiplies playback speed by `ffwd` near the start/end of songs when volume is under `vol` and the playback position is within the first `start`% or the last `end`% of the track", @@ -1378,6 +1381,7 @@ var mpl = (function () { '
| ', + '' + L.enable + ' | ']; + html.push(''); + html = html.join('') + ' |