Making Voices Different
How to add:
Properties window
In the Properties window, you can find the Voice_parameters CAF (if it is not there, read the possible problem section below).
Here, you can change the:
- Pitch (between 0-2)
- Rate (between 0-1.5)
- Volume (between 0-1)
You can change more than one at the same time by adding a comma between the sections, e.g.
{ pitch:1.1, rate:0.8 }
{ pitch: 0.8, rate:1.1, volume:0.5}
Possible problem: there is no “Voice_parameters” section in the Properties panel
The onClick section is because a CAF (Custom Asset Field) has been created manually. If it is not present, you can add it to your cmp:
->Top toolbar, select “Project”
->Project settings
This box will pop up:
-> Click the “Custom Asset Fields” tab (1)
-> Click on the tab you want to add the CAF to (2)
(in this case it’s to an item, but you could add it to an actor, location, etc
depending on your needs for the scenario)
-> Click on the “Add New Field” button (3)
-> Type in “Voice_parameters” (it’s case sensitive)
-> Leave the Type as “text”
-> Click “OK”
Now the Voice_parameters CAF has been added, you can add in the command as explained earlier.