diff options
author | XANTRONIX Development | 2022-03-05 23:27:04 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-03-05 23:27:04 -0500 |
commit | 7b69e2696ecee24dbfba77749d5400d342a03636 (patch) | |
tree | b4ee75c625d715097dc68aa660920fc427f9e843 /examples | |
parent | 346fbb71cb39d578a39c88be51fbe81614c87dc0 (diff) | |
download | xas-7b69e2696ecee24dbfba77749d5400d342a03636.tar.gz xas-7b69e2696ecee24dbfba77749d5400d342a03636.tar.bz2 xas-7b69e2696ecee24dbfba77749d5400d342a03636.zip |
yeah, i guess
Diffstat (limited to 'examples')
-rw-r--r-- | examples/seq.c | 3 |
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); |