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 6c66b68 commit 9cddbe0Copy full SHA for 9cddbe0
README.md
@@ -28,6 +28,7 @@ playback.set_volume(0.5) # sets the playback volume to 50% of the audio file's o
28
playback.loop_at_end(True) # since 0.1.5. Causes playback to automatically restart when it completes.
29
30
playback.active # True if playback is active i.e playing or paused
31
+playback.playing # True if playback is active and not paused
32
playback.curr_pos # current absolute playback position in seconds from
33
# the start of the audio file (unlike pygame.mixer.get_pos).
34
playback.paused # True if playback is paused.
0 commit comments