Page 1 of 1

Help me with custom sound(ambient music) [Solved]

Posted: Fri Jun 05, 2009 7:29 pm
by Leonhart_501
What is GAIN at SOUND STREAM lines, in the AU file?

SoundStreamProperties()
{
Name("anakins_bretayal");
Group("ambientenv");
Inherit("ambientfx_template");
Gain(10.25);
Stream("SFX");
SegmentList()
{
Segment("anakins_bretayal", 1.0);
}
}


I also have another problem when I am playing and turning in one direction or go to a particular site, the music heard high in the right atrium, and lowest in the left or vice versa, is this normal?
>sorry for my english<

THANKS!

Re: help me with custom sound(ambient music)

Posted: Sat Jun 06, 2009 6:43 pm
by computergeek
Gain is an audio term, something to do with increasing volume, not sure about the other though.

Re: help me with custom sound(ambient music)

Posted: Sat Jun 06, 2009 7:00 pm
by Leonhart_501
computergeek wrote:Gain is an audio term, something to do with increasing volume, not sure about the other though.
thanks :thumbs:
the other problem I've already solved. ;)