TaylorSMarks / playsound

Pure Python, cross platform, single function module with no dependencies for playing sounds.
Other
504 stars 118 forks source link

Looping causes playback error in ALSA #129

Open AIM-less opened 1 year ago

AIM-less commented 1 year ago

When looped too many times with this loop

for foo in range(ticks):
    playsound("./tick_lowpitch.wav")

returns an error