5#if defined(ARDUINO) && !defined(IS_MIN_DESKTOP)
47 for (
int i = 0; i < len /
sizeof(
int16_t); i++) {
54 for (
int i = 0; i < len /
sizeof(
int32_t); i++) {
59 LOGE(
"bits_per_sample not supported: %d",
66 operator bool() {
return true; }
111 for (
int i = 0; i < len /
sizeof(
int16_t); i++) {
118 for (
int i = 0; i < len /
sizeof(
int32_t); i++) {
123 LOGE(
"bits_per_sample not supported: %d",
130 operator bool() {
return true; }
132 const char *
mime() {
return "audio/pcm"; }
#define TRACED()
Definition AudioLoggerIDF.h:31
#define LOGE(...)
Definition AudioLoggerIDF.h:30
#define htons(x)
Definition Net.h:7
#define ntohl(x)
Definition Net.h:8
#define ntohs(x)
Definition Net.h:9
#define htonl(x)
Definition Net.h:6