Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Nlibhelix | |
| CAACDecoderHelix | A simple Arduino API for the libhelix AAC decoder. The data us provided with the help of write() calls. The decoded result is available either via a callback method or via an output stream |
| CCommonHelix | Common Simple Arduino API |
| CMP3DecoderHelix | A simple Arduino API for the libhelix MP3 decoder. The data is provided with the help of write() calls. The decoded result is available either via a callback method or via an output stream |