-
Notifications
You must be signed in to change notification settings - Fork 1
VMVoiceParam Class
Phaze edited this page Jul 15, 2023
·
1 revision
While technically not a class within this library, I thought i'd document this
Note: this is exactly how voicemod formats it as I recive it
VMVoiceParam is formatted as an object
This object contains more objects, with the keys being the name of the voice parameter
Example:
{
"_Master Volume": {
"name": "_Master Volume",
"default": 1,
"maxValue": 2,
"minValue": 0,
"displayNormalized": true,
"typeController": 0,
"value": 1
}
}
Written by phaze