diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xas/vox.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xas/vox.h b/include/xas/vox.h index 179d5d1..790cbca 100644 --- a/include/xas/vox.h +++ b/include/xas/vox.h @@ -1,6 +1,7 @@ #ifndef _XAS_VOX_H #define _XAS_VOX_H +#include <stdio.h> #include <stdarg.h> #include <sys/types.h> @@ -21,7 +22,11 @@ typedef struct _xas_vox { int flags; int pid, + stdin, stdout; + + FILE *in; + xas_audio_stream *output; } xas_vox; xas_vox *xas_vox_new(const char *text2wave_path, |