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