Remote Control for the Arduino AudioTools AudioPlayer
I thought it might be cool to provide a remote control for the AudioPlayer which is part of the Arduino Audio Tools. I did not want to invent a new protocol, so I implemented the HTML interface that has been documented by the KA-Radio project. I am providing a Stream and a Http implementation via the following classes: KARadioProtocol KARadioProtocolServer The following commands are supported: play, instant, volume, volume+, volume-, pause, resume, stop, start, next, Read more…