playsound icon indicating copy to clipboard operation
playsound copied to clipboard

Looping causes playback error in ALSA

Open AIM-less opened this issue 3 years ago • 0 comments

When looped too many times with this loop

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

returns an error

AIM-less avatar Dec 09 '22 15:12 AIM-less