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
/
player.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-4
/
+4
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-1
/
+1
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
1
-2
/
+2
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-1
/
+1
*
Fix self._process not existing during cleanup() in case of error
Daniel
2017-11-21
1
-0
/
+1
*
Fix waiting for resume when calling stop() on AudioPlayer
Daniel
2017-07-21
1
-0
/
+2
*
Call cleanup on AudioSource.__del__.
Rapptz
2017-07-19
1
-0
/
+7
*
Add some logging for when ffmpeg processes get terminated.
Rapptz
2017-07-18
1
-1
/
+7
*
Log when a player's after function fails.
Rapptz
2017-06-02
1
-1
/
+4
*
Allow setting a default volume in PCMVolumeTransformer.
Rapptz
2017-04-19
1
-2
/
+5
*
Add PCMVolumeTransformer to augment volume of a PCM stream.
Rapptz
2017-04-19
1
-3
/
+55
*
Add VoiceClient.is_paused to query pause state.
Rapptz
2017-04-19
1
-0
/
+3
*
Fix static cut-off when playing.
Rapptz
2017-04-18
1
-2
/
+8
*
Fix FFmpegPCMAudio not working with spaces in filename.
Rapptz
2017-04-18
1
-1
/
+1
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-0
/
+248