diff options
| -rw-r--r-- | examples/say.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/examples/say.c b/examples/say.c index 6365b02..5cb1c08 100644 --- a/examples/say.c +++ b/examples/say.c @@ -144,6 +144,8 @@ int main(int argc, char **argv) {      /*       * Time to fill the sample bank, meow!       */ +    xas_vox_set_voice(voice->ctx, "voice_cmu_us_slt_cg"); +      xas_vox_say(vox, "I want to eat your soul.");      xas_vox_say(vox, "You don't understand.");      xas_vox_say(vox, "I really want to eat your soul."); | 
 
    