diff options
Diffstat (limited to 'examples/seq.c')
-rw-r--r-- | examples/seq.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |