Manthan Mevada
Results
1
comments of
Manthan Mevada
Pygame did the job for me... ``` pygame.mixer.init() pygame.mixer.music.load('/home/mantha/Downloads/ding.mp3') if event.type == EventType.ON_CONVERSATION_TURN_STARTED: print() pygame.mixer.music.play() print(event) ``` And, I needed a google ding so it's not assuring but does the...