aboutsummaryrefslogtreecommitdiff
path: root/discord/voice_client.py
Commit message (Expand)AuthorAgeFilesLines
* 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