stefan.stt
stefan.stt

Reputation: 2627

Changing Peppers voice

I am working on a story, that Pepper tells. This story has 4 characters - 2 men and 2 women. Is it possible to make Pepper sound like a men / women while speaking.

Upvotes: 1

Views: 1002

Answers (1)

Anders_K
Anders_K

Reputation: 992

You can change the pitch of peppers voice to sound more male/female. To change the pitch in choregraphe you adjust the Voice shaping parameter.

Settings for the Say box

If you are coding in python then the syntax is:

tts.say("\\vct=150\\My name is Juliet")
tts.say("\\vct=50\\Now I am Romeo")

Some more details on the voice shaping here. The same syntax can be used in Dialog scripts.

Upvotes: 5

Related Questions