diff --git a/src/components/settings/Config.tsx b/src/components/settings/Config.tsx
index e3145f8..5bb8e29 100644
--- a/src/components/settings/Config.tsx
+++ b/src/components/settings/Config.tsx
@@ -235,15 +235,21 @@ const Config = () => {
}
>
+ Fading works by polling the audio player on an interval (100ms) to
+ determine when to start fading to the next track. Due to this, you may
+ notice the fade to be inconsistent occasionally.
+
If the crossfade duration is set to less than or equal to{' '}
- 1.0
, volume fading will not occur for either track, but
+ 1.5
, volume fading will not occur for either track, but
rather start the fading-in track at full volume. This is to
tentatively support
- gapless playback without fade. Experiment between a
- crossfade duration of 0
and 1.0
to find your
- comfort zone.
-