arduino-audio-tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
AudioClient.h
1#pragma once
2#if defined(ARDUINO) || defined(IS_DESKTOP)
3# include "Client.h"
4#else
5// e.g. IDF does not know about the Arduino Client
7#endif
8
If you want to use the framework w/o Arduino you need to provide the implementation of a couple of cl...