Skip to content

Commit 9cddbe0

Browse files
committed
update README
1 parent 6c66b68 commit 9cddbe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ playback.set_volume(0.5) # sets the playback volume to 50% of the audio file's o
2828
playback.loop_at_end(True) # since 0.1.5. Causes playback to automatically restart when it completes.
2929

3030
playback.active # True if playback is active i.e playing or paused
31+
playback.playing # True if playback is active and not paused
3132
playback.curr_pos # current absolute playback position in seconds from
3233
# the start of the audio file (unlike pygame.mixer.get_pos).
3334
playback.paused # True if playback is paused.

0 commit comments

Comments
 (0)