mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Fix lowercase comments
This commit is contained in:
@@ -10,10 +10,10 @@ class BaseOpus {
|
||||
|
||||
init() {
|
||||
try {
|
||||
// enable FEC (forward error correction)
|
||||
// Enable FEC (forward error correction)
|
||||
this.setFEC(true);
|
||||
|
||||
// set PLP (expected packet loss percentage) to 15%
|
||||
// Set PLP (expected packet loss percentage) to 15%
|
||||
this.setPLP(0.15);
|
||||
} catch (err) {
|
||||
// Opus engine likely has no support for libopus CTL
|
||||
|
||||
Reference in New Issue
Block a user