The "vngen_vox_modify" Function
#
SyntaxArgument | Type | Description |
---|---|---|
name | string | The ID of the vox sound to modify (or keyword all for all vox) |
pitch_min | real (0-255) | The minimum pitch multiplier, where 1 is default |
pitch_max | real (0-255) | The maximum pitch multiplier, where 1 is default |
volume | real (0-1) | The sound volume, where 1 is default and 0 is silent |
duration | real | Sets the length of the modification transition, in seconds |
[ease] | integer/macro | Optional: Sets the ease mode for the modification transition |
#
DescriptionModifies a vox sound previously played with vngen_vox_play
with pitch and volume adjustments. As vox is only played during text actions, it is possible modifications will not be audible during transition, however a transition will still be applied.
See Macros & Keywords for a list of available ease modes.