Answer the question
In order to leave comments, you need to log in
Playing audio in tkinter python?
I am making my player in python using tkinter and many more libraries.
But here's the problem:
How do I play sound so that the tkinter window doesn't freeze?
Tried playsound, pyglet but didn't work.
Answer the question
In order to leave comments, you need to log in
Try PyGame, I didn't have any problems using PyQT + PyGame, I don't think tkinter will either.
Do not block the thread in which the window is running, for this other tasks must be run in other threads.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question