You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bufferDurationMs: 400# The duration of the NAS buffer. Higher values fare better against longer GC pauses. Minimum of 40ms, lower values may introduce pauses.
29
+
filters: # All filters are enabled by default
30
+
volume: true
31
+
equalizer: true
32
+
karaoke: true
33
+
timescale: true
34
+
tremolo: true
35
+
vibrato: true
36
+
distortion: true
37
+
rotation: true
38
+
channelMix: true
39
+
lowPass: true
40
+
bufferDurationMs: 400# The duration of the NAS buffer. Higher values fare better against longer GC pauses. Duration <= 0 to disable JDA-NAS. Minimum of 40ms, lower values may introduce pauses.
16
41
frameBufferDurationMs: 5000# How many milliseconds of audio to keep buffered
17
-
trackStuckThresholdMs: 10000# The threshold for how long a track can be stuck. A track is stuck if does not return any audio data.
42
+
opusEncodingQuality: 10# Opus encoder quality. Valid values range from 0 to 10, where 10 is best quality but is the most expensive on the CPU.
43
+
resamplingQuality: LOW # Quality of resampling operations. Valid values are LOW, MEDIUM and HIGH, where HIGH uses the most CPU.
44
+
trackStuckThresholdMs: 10000# The threshold for how long a track can be stuck. A track is stuck if does not return any audio data.
45
+
useSeekGhosting: true # Seek ghosting is the effect where whilst a seek is in progress, the audio buffer is read from until empty, or until seek is ready.
18
46
youtubePlaylistLoadLimit: 6# Number of pages at 100 each
19
47
playerUpdateInterval: 5# How frequently to send player updates to clients, in seconds
0 commit comments