TaylorSMarks / playsound

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

Ends sound after printing twice... #117

Open OhStylerr opened 2 years ago

OhStylerr commented 2 years ago

So i'm working on a front end code that prints certain areas to the beat of a song(mp3 format). When running the code it plays the first bit of the song then stops after printing the second line.

Edit: I'm dumb as fuck it's because the file closed after printing the second time

TaylorSMarks commented 2 years ago

Make a PR updating the unit tests to replicate this as fail on Travis. Then fix it and I’ll accept the PR.