Merge branch 'voice-rewrite' of https://github.com/hydrabolt/discord.js into voice-rewrite

This commit is contained in:
Amish Shah
2017-10-29 13:19:41 +00:00
5 changed files with 17 additions and 12 deletions

View File

@@ -156,7 +156,7 @@ class StreamDispatcher extends Writable {
/**
* Sets the expected packet loss percentage if using a compatible Opus stream.
* @param {number} value between 0 and 1
* @param {number} value between 0 and 1
* @returns {boolean} Returns true if it was successfully set.
*/
setPLP(value) {
@@ -167,7 +167,7 @@ class StreamDispatcher extends Writable {
/**
* Enables or disables forward error correction if using a compatible Opus stream.
* @param {boolean} enabled true to enable
* @param {boolean} enabled true to enable
* @returns {boolean} Returns true if it was successfully set.
*/
setFEC(enabled) {