Closed Rhys-sg closed 6 months ago
This implementation does not work, but it might be a start:
while any([play_obj.is_playing() for play_obj in play_objs]): pass
for play_obj in play_objs: play_obj.stop_all()
@Rhys-sg Interesting, I wasn't able to replicate this. Did someone fix it? Or I wonder if works on unix but not windows?
To recreate:
toaster.wav is longer than coffee.wav, but only lasts as long as coffee.wav