From 7b69e2696ecee24dbfba77749d5400d342a03636 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 5 Mar 2022 23:27:04 -0500 Subject: yeah, i guess --- examples/seq.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/seq.c b/examples/seq.c index 0788673..3dc94e4 100644 --- a/examples/seq.c +++ b/examples/seq.c @@ -96,6 +96,9 @@ int main(int argc, char **argv) { goto error_spatial_scene_stream_new; } + synth_l->heading = (xas_spatial_coord){ 0, M_PI * 1.5f, 0 }; + synth_l->speed = 1.0f; + xas_vox_set_voice(voice->ctx, "voice_cmu_us_slt_cg"); xas_vox_set_parameter_float(voice->ctx, "Duration_Stretch", 1.3); -- cgit v1.2.3