pygame-mixer

GttS Wait Until words is complete Python

GttS Wait Until words is complete Python Question: I am using gtts to read words from a list and say them one by one. The current problem I am facing is that when I play the words one by one in the list they start at the same time. Here is the reproduced result: def …

Total answers: 1

Tkinter slider not properly controlling Pygame channel volume

Tkinter slider not properly controlling Pygame channel volume Question: In my code, I am using the Pygame mixer to play different parts simultaneously, and I am testing adding a slider to only one of the tracks. I used the code below, but the volume is constant throughout the slider, only turning off when it hits …

Total answers: 1