mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Fix lowercase comments
This commit is contained in:
parent
dde6eb003c
commit
6910585f69
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue