Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Amir on Wed 22/06/2022 15:49:37

Title: Speech volume is lower
Post by: Amir on Wed 22/06/2022 15:49:37
Hi,

I noticed that the speech volume in the game is lower than the audio files. I guess 20% lower. I tried SetSpeechVolume(255); but that didn't help.
Is there a trick to make the speech volume as loud as the audio file?

MP3 is the type of my audio files. Version 3.5.1.18.
Title: Re: Speech volume is lower
Post by: Crimson Wizard on Wed 22/06/2022 15:51:58
What about the original files, how does their volume compares to your music/sound files?
Title: Re: Speech volume is lower
Post by: Amir on Wed 22/06/2022 16:17:00
Quote from: Crimson Wizard on Wed 22/06/2022 15:51:58
What about the original files, how does their volume compares to your music/sound files?

You're right. everything, not just speech volume. The volume of the speech audio files is a bit low, so it's more important to me.
Title: Re: Speech volume is lower
Post by: Crimson Wizard on Wed 22/06/2022 16:35:41
Quote from: Amir on Wed 22/06/2022 16:17:00
You're right. everything, not just speech volume.

Sorry, I don't understand what do you mean by that.

As for the volume controls, AGS does not support going above 100% setting, so either you lower music and sounds in game (say, music at 80% and speech at 100%), or rebalance the source files to make them be approximately at the same level.
Title: Re: Speech volume is lower
Post by: Amir on Wed 22/06/2022 16:53:06
Quote from: Crimson Wizard on Wed 22/06/2022 16:35:41
Quote from: Amir on Wed 22/06/2022 16:17:00
You're right. everything, not just speech volume.

Sorry, I don't understand what do you mean by that.

As for the volume controls, AGS does not support going above 100% setting, so either you lower music and sounds in game (say, music at 80% and speech at 100%), or rebalance the source files to make them be approximately at the same level.

I meant by yes everything, that music and sound volume in the game is lower as well as their audio files.

I just want it to be 100% in the game like the audio files, not above 100% :) .

Quoteso either you lower music and sounds in game (say, music at 80% and speech at 100%)

I did that. But as I said, since the volume of the speech audio files is a bit quiet and in the game even quieter, it bothers me a bit. But it's not a problem if it stays that way.