Fix lowercase comments

This commit is contained in:
Crawl
2017-04-02 19:47:00 +02:00
committed by GitHub
parent dde6eb003c
commit 6910585f69

View File

@@ -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