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
*
Rearrange player cleanup code
Imayhaveborkedit
2021-08-27
1
-18
/
+21
*
Fix FFmpeg based audiosource input piping
Imayhaveborkedit
2021-08-23
1
-8
/
+34
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-14
/
+14
*
Type-hint voice_client / player
Josh
2021-06-28
1
-62
/
+105
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-1
/
+1
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-1
/
+1
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-7
/
+5
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Suppress the creation of a command window from ffmpeg on Windows
Rapptz
2020-11-21
1
-2
/
+7
*
Add double backticks for some parameter mentions in the documentation.
Skezza
2020-07-22
1
-2
/
+2
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-1
/
+1
*
player: Close ffmpeg stdin during streaming
Terrance
2020-05-23
1
-2
/
+2
*
Fix an FFmpegOpusAudio documentation detail, and some capitalization
Austin Lasher
2020-04-14
1
-6
/
+6
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-2
/
+2
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Print exception tracebacks in voice threads
Imayhaveborkedit
2019-11-26
1
-2
/
+13
*
Fix FFmpegAudio._process not existing if _spawn_process raises
Imayhaveborkedit
2019-08-27
1
-0
/
+2
*
Add versionadded tags to new ffmpeg related classes.
Rapptz
2019-07-27
1
-0
/
+4
*
Add FFmpegOpusAudio and other voice improvements
Imayhaveborkedit
2019-07-22
1
-30
/
+322
*
Improve documentation
NCPlayz
2019-06-07
1
-9
/
+6
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-1
/
+6
*
Organise documentation
NCPlayz
2019-03-19
1
-6
/
+6
*
Update voice code to vws V4
Imayhaveborkedit
2019-01-28
1
-4
/
+17
*
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