1. I want to use signals in the von.acp, just like I can use signals in character audio files, such as Characeter_Voice_Code.acp
- Assign a value in signal manager and read it in the VON.acp
(currently: values from signal manager of the player are not available to the von.acp file, because von.acp is inside the VONComponent, but other audio files are inside the soundcomponent of the character)
Why?
I want to add whispering and shouting to VON, as well as radio volume adjustments.
2. A value I can check with scripts to display the VON speaking amplitude, (like in dayz `IsPlayerSpeaking()` function did)
- I can check my current local character mic input level with script
- I can check other characteer mic input level with script
Why?
I want to have UI that helps visualize the current mic level when another character is speaking.
I also want to visualize the current loudness on an icon when the local player speaks.