Unit correction in voice docstrings.

This commit is contained in:
Rapptz 2016-01-18 17:44:16 -05:00
parent e67f580350
commit 1f5d26b7d3

View File

@ -482,7 +482,7 @@ class VoiceClient:
Parameters Parameters
---------- ----------
sample_rate : int sample_rate : int
Sets the sample rate of the OpusEncoder. Sets the sample rate of the OpusEncoder. The unit is in Hz.
channels : int channels : int
Sets the number of channels for the OpusEncoder. Sets the number of channels for the OpusEncoder.
2 for stereo, 1 for mono. 2 for stereo, 1 for mono.
@ -528,7 +528,7 @@ class VoiceClient:
+---------------------+-----------------------------------------------------+ +---------------------+-----------------------------------------------------+
The stream must have the same sampling rate as the encoder and the same The stream must have the same sampling rate as the encoder and the same
number of channels. The defaults are 48000 Mhz and 2 channels. You number of channels. The defaults are 48000 Hz and 2 channels. You
could change the encoder options by using :meth:`encoder_options` could change the encoder options by using :meth:`encoder_options`
but this must be called **before** this function. but this must be called **before** this function.