summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/seq.c3
1 files changed, 3 insertions, 0 deletions
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);