| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |