diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xas/vox.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xas/vox.h b/include/xas/vox.h index e2d3e53..c3bae65 100644 --- a/include/xas/vox.h +++ b/include/xas/vox.h @@ -33,6 +33,12 @@ typedef struct _xas_vox { FILE *in; } xas_vox; +xas_vox *xas_vox_new_args(xas_audio_format format, + size_t buffer_size, + const char *text2wave_path, + int argn, + char **args); + xas_vox *xas_vox_new(xas_audio_format format, size_t buffer_size, const char *text2wave_path); |