aboutsummaryrefslogtreecommitdiff
path: root/discord/voice_client.py
Commit message (Expand)AuthorAgeFilesLines
* Remove socket.shutdown and only use socket.close instead.Rapptz2015-12-111-1/+0
* Add experimental ytdl player.Rapptz2015-12-111-1/+66
* ffmpeg process is now properly killed.Rapptz2015-12-111-12/+36
* Add missing implementation for create_stream_player.Rapptz2015-12-101-0/+1
* Client now keeps a reference to the VoiceClient constructed.Rapptz2015-12-091-2/+8
* Add ability to pause/resume audio stream from StreamPlayer.Rapptz2015-12-091-19/+40
* Close ffmpeg process after stream is finished.Rapptz2015-12-091-1/+6
* Fix exception handling having a NameErrorRapptz2015-12-081-2/+2
* Clear up some documentation.Rapptz2015-12-081-0/+13
* Working voice sending implementation.Rapptz2015-12-081-2/+229
* Work on connecting to a voice channel.Rapptz2015-12-071-0/+206