Close

​Minor code change

A project log for Wolfgang

A simple music player that will wirelessly stream an internet music feed

brad-arnettBrad Arnett 07/28/2016 at 07:140 Comments

I happened to log into the pi via ssh today, and realized that it was sucking up about 100% of a core due to the main program loop. I threw a sleep(0.02) in there to give back some of those CPU cycles should I want to do anything else on the pi, and also to shave a buck or so off my power bill.

Discussions