Hello, I have another question about sounds.
So, for example, I have a group - “ambient” and a sound - “amb1” which is member of same group (“ambient”).
Then, I set
sound.set_group_gain("ambient", 0.5)
and then I do this :
sound.play("amb1", {gain = 1})
As far as I can hear “amb1” sound will be playing with 0.5 gain, am I right ?
Can anyone explayn how this “gains” work?