Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: am on Sat 31/05/2003 21:36:38

Title: Suggestion - volume control
Post by: am on Sat 31/05/2003 21:36:38
I would like to suggest adding volume control for right- and left- speakers seperatly, allowing for "motion sound", like a train passing by etc.
Title: Re:Suggestion - volume control
Post by: Dorcan on Sat 31/05/2003 23:05:19
Maybe you could try something with the PlayAmbientSound (int channel, int sound, int volume, int x, int y) function...
But you also can create a stereo sound with some programs like WavLab or something else, and import it in AGS.
Title: Re:Suggestion - volume control
Post by: Pumaman on Sun 01/06/2003 16:26:30
Ok, I'll look into how easy this would be to implement.