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
http: true # warning: keeping HTTP enabled without a proxy configured could expose your server's IP address.
42
+
local: false
43
+
filters: # All filters are enabled by default
44
+
volume: true
45
+
equalizer: true
46
+
karaoke: true
47
+
timescale: true
48
+
tremolo: true
49
+
vibrato: true
50
+
distortion: true
51
+
rotation: true
52
+
channelMix: true
53
+
lowPass: true
54
+
nonAllocatingFrameBuffer: false # Setting to true reduces the number of allocations made by each player at the expense of frame rebuilding (e.g. non-instantaneous volume changes)
55
+
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.
56
+
frameBufferDurationMs: 5000# How many milliseconds of audio to keep buffered
57
+
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.
58
+
resamplingQuality: LOW # Quality of resampling operations. Valid values are LOW, MEDIUM and HIGH, where HIGH uses the most CPU.
59
+
trackStuckThresholdMs: 10000# The threshold for how long a track can be stuck. A track is stuck if does not return any audio data.
60
+
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.
61
+
youtubePlaylistLoadLimit: 6# Number of pages at 100 each
62
+
playerUpdateInterval: 5# How frequently to send player updates to clients, in seconds
63
+
youtubeSearchEnabled: true
64
+
soundcloudSearchEnabled: true
65
+
gc-warnings: true
66
+
#ratelimit:
67
+
#ipBlocks: ["1.0.0.0/8", "..."] # list of ip blocks
68
+
#excludedIps: ["...", "..."] # ips which should be explicit excluded from usage by lavalink
0 commit comments