AudioTools: Using Multiple Decoders
In all my demo sketches so far, I have used just one decoder only, but what if we want to play multiple audio file types ? To support this scenario, I decided to provide the MultiDecoder class, that lets you register your codecs with the corresponding mime type. This class works together with my MimeDetector which detects the file type based on the first couple of bytes. Here is an example sketch that can play Read more



