From 8c5121eb5f8fd415fb1d0ca61fd7aff9ab084565 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 26 Feb 2022 23:43:14 -0500 Subject: Implement xas_vox_new_args() Implement xas_vox_new_args() to allow passing arguments to add when invoking text2wave --- include/xas/vox.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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); -- cgit v1.2.3