From 7a948af192343548e0407d7e1cecf9c620e015bb Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Thu, 3 Feb 2022 18:01:27 -0500 Subject: love too move stuff around for no reason --- include/xas/vox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xas') diff --git a/include/xas/vox.h b/include/xas/vox.h index 43a41dd..85d8d20 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_active(xas_vox *vox); + int xas_vox_generate(xas_vox *vox); int xas_vox_vsayf(xas_vox *vox, const char *message, va_list args); @@ -46,8 +48,6 @@ int xas_vox_sayf(xas_vox *vox, const char *message, ...); int xas_vox_say(xas_vox *vox, const char *message); -int xas_vox_active(xas_vox *vox); - xas_audio_stream *xas_vox_stream_new(xas_vox *vox); #endif /* _XAS_VOX_H */ -- cgit v1.2.3