extern const char **para_errlist[];
/** \endcond */
+#define OSX_WRITER_ERRORS \
+ PARA_ERROR(STREAM_FORMAT, "could not set stream format"), \
+ PARA_ERROR(ADD_CALLBACK, "can not add callback"), \
+ PARA_ERROR(READ_STDIN, "failed to read from stdin"), \
+ PARA_ERROR(OPEN_COMP, "OpenAComponent() error"), \
+ PARA_ERROR(UNIT_INIT, "AudioUnitInitialize() error"), \
+ PARA_ERROR(DEFAULT_COMP, "can not find default audio output component"), \
+
+
+ #define AUDIOC_ERRORS \
+ PARA_ERROR(AUDIOC_SYNTAX, "audioc syntax error"), \
+ PARA_ERROR(AUDIOC_READ, "audioc read error"), \
+ PARA_ERROR(AUDIOC_WRITE, "audioc write error"), \
+ PARA_ERROR(INIT_SOCK_ADDR, "can not init socket"), \
+ PARA_ERROR(AUDIOC_CONNECT, "audioc connect error"), \
+ PARA_ERROR(AUDIOC_OVERRUN, "audioc buffer overrun"), \
+
+
#define CLIENT_ERRORS \
PARA_ERROR(CLIENT_SYNTAX, "syntax error"), \
PARA_ERROR(INVALID_CHALLENGE, "did not receive valid challenge"), \
SS_ENUM(WRITE_COMMON);
SS_ENUM(ALSA_WRITER);
SS_ENUM(FILE_WRITER);
+SS_ENUM(OSX_WRITER);
SS_ENUM(RINGBUFFER);
SS_ENUM(CLIENT);
+ SS_ENUM(AUDIOC);
/** \endcond */
#undef PARA_ERROR
/* rest of the world only sees the error text */