Commit 046380a
Voice Receiving (#532)
* Implementation Of Rapptz/discord.py#6507
Initial Unchanged Implementation from the discord.py pull
* Implement Fix
* Advances Docstrings in sink
* Implement Fixes
I formatted some of the Voice files since no-one is changing them else than me currently and added more versionadded's
* Should Decrease Static By A Bit
* Fixes & Docs
* Fix
* Fix Indents
* Switch Example To Use MP3
* Adding PCM As Ignored
* Fixes
* Fix Static Error
* Fix RecordingException Docs
* Fix ValueErrors
* Changing Version Added To 2.0
* Details
* Fix My Visual Studio Setup
* Typo
* Better Filters Docstring
* Fix
* Fix Version Info
* Fix
* Redo Voice Example To Use Bot Instead of Client
Co-Authored-By: Swas.py <61446939+CodeWithSwastik@users.noreply.github.com>
* Fix Typo
https://discord.com/channels/881207955029110855/881735314987708456/922020659394129940
* Replace `ClientException`s to `SinkException`s
* Adding ``.pycord`` tempdir
* revert tempdir
Co-authored-by: Vincent <82736662+RPSMain@users.noreply.github.com>
Co-authored-by: Swas.py <61446939+CodeWithSwastik@users.noreply.github.com>1 parent 3d04a71 commit 046380a
File tree
9 files changed
+913
-169
lines changed- discord
- docs
- examples
9 files changed
+913
-169
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
272 | 286 | | |
273 | 287 | | |
274 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
| 731 | + | |
731 | 732 | | |
732 | 733 | | |
733 | 734 | | |
| |||
839 | 840 | | |
840 | 841 | | |
841 | 842 | | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
842 | 852 | | |
843 | 853 | | |
844 | 854 | | |
| |||
0 commit comments