We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498e35c commit 9d07e17Copy full SHA for 9d07e17
discord/player.py
@@ -653,6 +653,11 @@ class PCMVolumeTransformer(AudioSource, Generic[AT]):
653
This does not work on audio sources that have :meth:`AudioSource.is_opus`
654
set to ``True``.
655
656
+ .. versionchanged:: 2.5
657
+
658
+ Replaced audioop implementation of :py:meth:`discord.PCMVolumeTransformer.read`
659
+ method with a pure Python equivalent.
660
661
Parameters
662
----------
663
original: :class:`AudioSource`
0 commit comments