aboutsummaryrefslogtreecommitdiff
path: root/discord/player.py
Commit message (Expand)AuthorAgeFilesLines
* Rearrange player cleanup codeImayhaveborkedit2021-08-271-18/+21
* Fix FFmpeg based audiosource input pipingImayhaveborkedit2021-08-231-8/+34
* Make global log variable in modules privateRapptz2021-08-221-14/+14
* Type-hint voice_client / playerJosh2021-06-281-62/+105
* Fix various reference issues in documentationJosh2021-05-061-1/+1
* Use f-strings in more places that were missed.Rapptz2021-04-081-1/+1
* Modernize code to use f-stringsRapptz2021-04-041-7/+5
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Suppress the creation of a command window from ffmpeg on WindowsRapptz2020-11-211-2/+7
* Add double backticks for some parameter mentions in the documentation.Skezza2020-07-221-2/+2
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-1/+1
* player: Close ffmpeg stdin during streamingTerrance2020-05-231-2/+2
* Fix an FFmpegOpusAudio documentation detail, and some capitalizationAustin Lasher2020-04-141-6/+6
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-2/+2
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Print exception tracebacks in voice threadsImayhaveborkedit2019-11-261-2/+13
* Fix FFmpegAudio._process not existing if _spawn_process raisesImayhaveborkedit2019-08-271-0/+2
* Add versionadded tags to new ffmpeg related classes.Rapptz2019-07-271-0/+4
* Add FFmpegOpusAudio and other voice improvementsImayhaveborkedit2019-07-221-30/+322
* Improve documentationNCPlayz2019-06-071-9/+6
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-201-1/+6
* Organise documentationNCPlayz2019-03-191-6/+6
* Update voice code to vws V4Imayhaveborkedit2019-01-281-4/+17
* 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