index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
voice_client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to make the pause/resume loop not busy.
Rapptz
2016-01-26
1
-6
/
+9
*
add ``headers`` option to create_ffmpeg_player()
Alexey Glushko
2016-01-26
1
-3
/
+10
*
Unit correction in voice docstrings.
Rapptz
2016-01-18
1
-2
/
+2
*
Raise a different exception if ffmpeg is not found in PATH.
Rapptz
2016-01-16
1
-0
/
+2
*
Proper exception chaining.
Rapptz
2016-01-13
1
-1
/
+1
*
Remove excessive logging when using voice.
Rapptz
2016-01-06
1
-2
/
+0
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
make ip/port voice packet logic more clear
Steven Berler
2015-12-27
1
-8
/
+8
*
fix broken ip and port in voice client
Steven Berler
2015-12-27
1
-4
/
+6
*
Insert options before pipe:1 in ffmpeg player, otherwise they are ignored
Khazhismel
2015-12-23
1
-2
/
+3
*
Documentation fixes.
Rapptz
2015-12-17
1
-2
/
+2
*
Client.run now does cleanup when KeyboardInterrupt is encountered.
Rapptz
2015-12-14
1
-9
/
+12
*
Remove socket.shutdown and only use socket.close instead.
Rapptz
2015-12-11
1
-1
/
+0
*
Add experimental ytdl player.
Rapptz
2015-12-11
1
-1
/
+66
*
ffmpeg process is now properly killed.
Rapptz
2015-12-11
1
-12
/
+36
*
Add missing implementation for create_stream_player.
Rapptz
2015-12-10
1
-0
/
+1
*
Client now keeps a reference to the VoiceClient constructed.
Rapptz
2015-12-09
1
-2
/
+8
*
Add ability to pause/resume audio stream from StreamPlayer.
Rapptz
2015-12-09
1
-19
/
+40
*
Close ffmpeg process after stream is finished.
Rapptz
2015-12-09
1
-1
/
+6
*
Fix exception handling having a NameError
Rapptz
2015-12-08
1
-2
/
+2
*
Clear up some documentation.
Rapptz
2015-12-08
1
-0
/
+13
*
Working voice sending implementation.
Rapptz
2015-12-08
1
-2
/
+229
*
Work on connecting to a voice channel.
Rapptz
2015-12-07
1
-0
/
+206