From 40eea4ea9484a59e83c5a878e5bd869ed301d57e Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 7 Mar 2022 11:57:52 -0500 Subject: Ensure voice is set in examples/spatial.c --- examples/spatial.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/spatial.c b/examples/spatial.c index 68d064d..5913d38 100644 --- a/examples/spatial.c +++ b/examples/spatial.c @@ -114,6 +114,8 @@ int main(int argc, char **argv) { } xas_synth_set_frequency(sine, 2600); + + xas_vox_set_voice(voice->ctx, "voice_cmu_us_slt_cg"); xas_synth_start(sine); xas_vox_sayf(vox, "I want to eat your soul.\n"); -- cgit v1.2.3