Fix a small VoiceReceiver doc issue

This commit is contained in:
Schuyler Cebulskie
2016-10-26 21:43:28 -04:00
parent ab6750d06d
commit 4e693e2e39

View File

@@ -102,7 +102,7 @@ class VoiceReceiver extends EventEmitter {
/**
* Creates a readable stream for a user that provides PCM data while the user is speaking. When the user
* stops speaking, the stream is destroyed. The stream is 16-bit signed stereo PCM at 48KHz.
* stops speaking, the stream is destroyed. The stream is 32-bit signed stereo PCM at 48KHz.
* @param {UserResolvable} user The user to create the stream for
* @returns {ReadableStream}
*/