mirror of
https://github.com/danbulant/discord.js
synced 2026-06-15 04:31:15 +00:00
Fix inaccuracy in VoiceReceiver docs
This commit is contained in:
parent
83b33c5046
commit
a959cd339c
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -65,7 +65,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 32-bit signed PCM at 48KHz.
|
||||
* stops speaking, the stream is destroyed. The stream is 16-bit signed stereo PCM at 48KHz.
|
||||
* @param {UserResolvable} user the user to create the stream for
|
||||
* @returns {ReadableStream}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue