Is there a way I can play an mp3 file while it is being downloaded?
I'm using requests with stream=True to download to a file, and I can play it that way with the playsound library if its long enough, but it only plays it till however long that file was when it started playing if that makes sense...
any way around this?