Answers for "hwo to play sound in python"

6

Play sound in python

import winsound

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

how to insert sound in python

from playsound import playsound
playsound('audio _file _place/file name')
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language