aboutsummaryrefslogtreecommitdiff
path: root/discord/player.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [lint] Rename exception variables to excHornwitser2018-11-241-4/+4
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-241-1/+1
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-2/+2
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-1/+1
* Fix self._process not existing during cleanup() in case of errorDaniel2017-11-211-0/+1
* Fix waiting for resume when calling stop() on AudioPlayerDaniel2017-07-211-0/+2
* Call cleanup on AudioSource.__del__.Rapptz2017-07-191-0/+7
* Add some logging for when ffmpeg processes get terminated.Rapptz2017-07-181-1/+7
* Log when a player's after function fails.Rapptz2017-06-021-1/+4
* Allow setting a default volume in PCMVolumeTransformer.Rapptz2017-04-191-2/+5
* Add PCMVolumeTransformer to augment volume of a PCM stream.Rapptz2017-04-191-3/+55
* Add VoiceClient.is_paused to query pause state.Rapptz2017-04-191-0/+3
* Fix static cut-off when playing.Rapptz2017-04-181-2/+8
* Fix FFmpegPCMAudio not working with spaces in filename.Rapptz2017-04-181-1/+1
* Re-implement voice sending.Rapptz2017-04-181-0/+248