From 374045d1f8a5c55301e453d3977f00bdc122fe5c Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 10 Feb 2012 18:17:39 +0100 Subject: enable phonetic and reciting mode --- wave.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'wave.h') diff --git a/wave.h b/wave.h index a28ff4e..3798996 100644 --- a/wave.h +++ b/wave.h @@ -3,17 +3,6 @@ #ifndef __WAVE_H__ #define __WAVE_H__ 1 -#define WAVE_ERR_NONE 0 -#define WAVE_ERR_UNKNOWN_ERROR -1 -#define WAVE_ERR_RESOURCE_UNAVAILABLE -2 -#define WAVE_ERR_BAD_DEVICE_ID -3 -#define WAVE_ERR_DEVICE_DRIVER_UNAVAILABLE -4 -#define WAVE_ERR_OUT_OF_MEMORY -5 -#define WAVE_ERR_INVALID_WAVE -6 -#define WAVE_ERR_CANNOT_PLAY -7 -#define WAVE_ERR_INVALID_HANDLE -8 -#define WAVE_ERR_STILL_PLAYING -9 - typedef struct __wave { int channels; // audio channels, mono, stereo, etc... @@ -26,6 +15,4 @@ typedef struct __wave int wave_out(wave_t *wave); -const char *wave_err_to_str(int err); - #endif -- cgit v1.2.3