Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 415 Bytes

WinSoundPlayer

Pythonic minimal sound player for windows

I've just enhanced a bit the playsound project with start and stop functions.

How to use

player = playsound(sound, block=False) # Init with the sound you want
player.play_sound()                    # and just start it
player.stop_sound()                    # Stop it when you want with a condition