From 325f2f18c93ede6f0de0efcc211fb856d0bfbcaa Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 1 Feb 2022 22:12:56 -0500 Subject: Implement xas_vox_generate() Implement xas_vox_generate() to finalise phrases sent to Festival --- include/xas/vox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/xas/vox.h b/include/xas/vox.h index 7eb72d1..3a940d5 100644 --- a/include/xas/vox.h +++ b/include/xas/vox.h @@ -38,6 +38,8 @@ void xas_vox_destroy(xas_vox *vox); int xas_vox_stop(xas_vox *vox); +int xas_vox_generate(xas_vox *vox); + int xas_vox_vsayf(xas_vox *vox, const char *message, va_list args); int xas_vox_sayf(xas_vox *vox, const char *message, ...); -- cgit v1.2.3