0

What are the audio modules in python 3?

I made a code of a timer and I want to include sounds in the code but I don't know how Do I need certain modules? Libraries?

29th Dec 2019, 9:27 AM
Pattern
Pattern - avatar
1 Antwort
+ 1
You can use the standard library, winsound (Sound-playing interface for Windows) to play some basic sounds such as beep and sound from file.
30th Dec 2019, 10:07 AM
Pratham
Pratham - avatar