from playsound import playsound
import cv2
image = cv2.imread("img.png")
cv2.imshow("image2", image), playsound("Stan.mp3")
cv2.waitKey(0)
cv2.destroyAllWindows()
I write this program, when I run it, this sound run the sound works well, but image doesn't run well and gets regimented. and my image not responding
I want to run this image and this sound same time