From 346fbb71cb39d578a39c88be51fbe81614c87dc0 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 5 Mar 2022 22:35:35 -0500 Subject: Set default text2wave voice to avoid crash --- examples/seq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/seq.c b/examples/seq.c index 3c0293a..0788673 100644 --- a/examples/seq.c +++ b/examples/seq.c @@ -96,6 +96,7 @@ int main(int argc, char **argv) { goto error_spatial_scene_stream_new; } + xas_vox_set_voice(voice->ctx, "voice_cmu_us_slt_cg"); xas_vox_set_parameter_float(voice->ctx, "Duration_Stretch", 1.3); xas_seq_add_set_frequency(seq, synth_l, (struct timeval){ 0, 0 }, 220); -- cgit v1.2.3