Overay-seongmin
NNormal
•Created by Overay-seongmin on 3/12/2025 in #🤝ask-a-question
How to control Voice Volume?
I have read the questions related to the Normcore volume control.
According to the answers, I found the prefab with the RealtimeAvatarVoice script, which is the CustomMetaAvatar prefab (which can be created from the MetaAvatar script).
According to the answer, since the RealtimeAvatarVoice creates the AudioSource at runtime, the AudioSource should be created under the Head object of the CustomMetaAvatar to which the RealtimeAvatarVoice is attached.
However, when querying in runtime via the Update method, the AudioSource is not found.
Since there is no AudioSource, I cannot adjust the volume. What should I do?
6 replies