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 7cfe137 commit 23a0438Copy full SHA for 23a0438
discord/player.py
@@ -839,4 +839,5 @@ def _speak(self, speaking: bool) -> None:
839
_log.info("Speaking call in player failed: %s", e)
840
841
def played_frames(self) -> int:
842
+ """Gets the number of 20ms frames played since the start of the audio file."""
843
return self._played_frames
0 commit comments