From f5cfc96aafb14349a942fe392ee062773cf4d2a5 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 19 Apr 2017 17:20:10 -0400 Subject: Add PCMVolumeTransformer to augment volume of a PCM stream. This also introduces the idea of replacing the VoiceClient.source on the fly. Note that this internally pauses and resumes the audio stream. --- docs/api.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 2177a270..eb287121 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -55,6 +55,9 @@ Voice .. autoclass:: FFmpegPCMAudio :members: +.. autoclass:: PCMVolumeTransformer + :members: + Opus Library ~~~~~~~~~~~~~ -- cgit v1.2.3