Volume too low.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
kehaw
Posts: 3
Joined: Mon May 20, 2024 5:13 am

Volume too low.

Post by kehaw »

How can I change the audio's volume?

Thank you.
User avatar
Tony Li
Posts: 20989
Joined: Thu Jul 18, 2013 1:27 pm

Re: Volume too low.

Post by Tony Li »

Hi,

In general, the Dialogue System doesn't touch volume levels. It will use whatever Audio Source is on the subject GameObject, creating a default one if the subject doesn't have an Audio Source. You can configure the Audio Source however you want. I recommend creating an audio mixer and assigning a mixer group. I'll usually define 3 mixer groups: Music, Sfx, and Voice. For speaking characters, I'll assign the Voice mixer group. Then I can control the mixer group volume in one place and it will affect all characters' voice volumes.

If you're using 3D audio and notice a steeper than desired dropoff in volume with 3D sounds, adjust the audio source's dropoff curve.
kehaw
Posts: 3
Joined: Mon May 20, 2024 5:13 am

Re: Volume too low.

Post by kehaw »

I resolved this problerm, cause I specified actor in Actions/Start Conversation/Conversation Actor.

After I remove it, evety thing okay. thankyou.
User avatar
Tony Li
Posts: 20989
Joined: Thu Jul 18, 2013 1:27 pm

Re: Volume too low.

Post by Tony Li »

Alright, I'm glad it's okay now.
Post Reply