From e05eadd873be4554089a9a46b429e521280c5ff6 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 26 Feb 2022 23:37:12 -0500 Subject: whoops --- include/xas/vox.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/xas') diff --git a/include/xas/vox.h b/include/xas/vox.h index 641fe3a..93777b0 100644 --- a/include/xas/vox.h +++ b/include/xas/vox.h @@ -7,15 +7,15 @@ #include +#define XAS_VOX_SETTINGS_PATHLEN 64 -typedef struct _xas_vox { enum xas_vox_state { XAS_VOX_IDLE, XAS_VOX_ACTIVE }; +typedef struct _xas_vox { xas_audio_format format; - size_t buffer_size; const char *text2wave_path; @@ -28,6 +28,8 @@ enum xas_vox_state { stdin, stdout; + char tmpfile[XAS_VOX_SETTINGS_PATHLEN]; + FILE *in; } xas_vox; -- cgit v1.2.3