Answers for "how to play sound in py using os system"

6

Play sound in python

import winsound

winsound.PlaySound('sound.wav', winsound.SND_FILENAME)
Posted by: Guest on May-04-2021

Code answers related to "how to play sound in py using os system"

Browse Popular Code Answers by Language