44 Commits (147948af9b345bde11781dd85a971a444b82bbe2)

Author SHA1 Message Date
Josh 147948af9b
Use typing.Self throughout library 3 years ago
Josh a315786869
Handle type-errors in upcoming pyright release 3 years ago
Josh 70b577e94b
Fix typing in voice related files 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Rapptz 2c89202214 Fix some minor typing issues 3 years ago
Imayhaveborkedit 12dcc7c44b
Rearrange player cleanup code 4 years ago
Imayhaveborkedit 3561ce9d5a
Fix FFmpeg based audiosource input piping 4 years ago
Rapptz ea2d972666 Make global log variable in modules private 4 years ago
Josh 5acea453cc
Type-hint voice_client / player 4 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 4 years ago
Rapptz 99fc950510 Use f-strings in more places that were missed. 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Rapptz f9b5cead31 Suppress the creation of a command window from ffmpeg on Windows 4 years ago
Skezza 2552a268cb Add double backticks for some parameter mentions in the documentation. 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
Terrance 017591dc9e player: Close ffmpeg stdin during streaming 5 years ago
Austin Lasher 032a866fec Fix an FFmpegOpusAudio documentation detail, and some capitalization 5 years ago
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Imayhaveborkedit 839afce178 Print exception tracebacks in voice threads 5 years ago
Imayhaveborkedit bc147ea37b
Fix FFmpegAudio._process not existing if _spawn_process raises 6 years ago
Rapptz 12343c1422 Add versionadded tags to new ffmpeg related classes. 6 years ago
Imayhaveborkedit fedf26bf3e Add FFmpegOpusAudio and other voice improvements 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 919dbcafb3 Consistent use of __all__ to prevent merge conflicts. 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Imayhaveborkedit 9c5259afd7 Update voice code to vws V4 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago
Rapptz 5c24e69cf2 Fix up the Sphinx strings causing warnings. 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Daniel ceb82ecc7b
Fix self._process not existing during cleanup() in case of error 7 years ago
Daniel b532da7906 Fix waiting for resume when calling stop() on AudioPlayer 8 years ago
Rapptz 5d75c44651 Call cleanup on AudioSource.__del__. 8 years ago
Rapptz eda903f6b1 Add some logging for when ffmpeg processes get terminated. 8 years ago
Rapptz daf066dd39 Log when a player's after function fails. 8 years ago
Rapptz 34c60002bf Allow setting a default volume in PCMVolumeTransformer. 8 years ago
Rapptz f5cfc96aaf Add PCMVolumeTransformer to augment volume of a PCM stream. 8 years ago
Rapptz 07d5328873 Add VoiceClient.is_paused to query pause state. 8 years ago
Rapptz efd6d11e9a Fix static cut-off when playing. 8 years ago
Rapptz b4bc4dfd12 Fix FFmpegPCMAudio not working with spaces in filename. 8 years ago
Rapptz 3b1b26ffb1 Re-implement voice sending. 8 years ago