From 1689abc83e9a23c44d25b68f991ee776ee746ef0 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 7 Mar 2022 11:58:06 -0500 Subject: Ensure voice is set in examples/say.c --- examples/say.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/say.c b/examples/say.c index 6365b02..5cb1c08 100644 --- a/examples/say.c +++ b/examples/say.c @@ -144,6 +144,8 @@ int main(int argc, char **argv) { /* * Time to fill the sample bank, meow! */ + xas_vox_set_voice(voice->ctx, "voice_cmu_us_slt_cg"); + xas_vox_say(vox, "I want to eat your soul."); xas_vox_say(vox, "You don't understand."); xas_vox_say(vox, "I really want to eat your soul."); -- cgit v1.2.3