Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: amanta4ray on Thu 18/12/2008 21:29:35

Title: Sound effects not working
Post by: amanta4ray on Thu 18/12/2008 21:29:35
I am having a problem (probably very simple) with my sound effects.  I have already completed the game and am now trouble shooting it.  When I test the game everything sounds perfect, but then when I compile it into an exe, the sounds go so low that you can barely hear them.  The music seems to stay fine, just the sound effects.

 I have tried setting MasterDigital Volume to its highest and setting the channels individually - neither make a differance.

  Does anyone have a suggestion as to what can be causing this?

        BTW - I use both MP3 and wav extensions for my sound effects.

                               Thanks....
Title: Re: Sound effects not working
Post by: Gilbert on Fri 19/12/2008 00:35:46
Do you mean the sound levels are okay when you test the game in the editor?
This is odd, as the behaviour of the game should be identical when you compile it into an executable.
Title: Re: Sound effects not working
Post by: amanta4ray on Fri 19/12/2008 01:23:17
Exactly!!!  I even tried increasing the volume on the sound effect itself and that didn't help either.   
  What's also kind of confusing is why only the sound effects change and not the music too.
Title: Re: Sound effects not working
Post by: Khris on Fri 19/12/2008 02:36:10
Are you using midi music?
It sounds like running the game from the editor overrides a low volume wav setting or something.
Title: Re: Sound effects not working
Post by: on Fri 19/12/2008 02:36:52
Have you checked your system's volume? I never heard anything like your situation, but maybe changing them can get it right?

edit: Yes, sort of like what Khris said.
Title: Re: Sound effects not working
Post by: amanta4ray on Fri 19/12/2008 03:16:56
The music is just like the sound effects, a mixture of mp3 and wav files. 

For my computer, I have the volume turned up to max.  All the other settings are fine.
Title: Re: Sound effects not working
Post by: Trent R on Fri 19/12/2008 05:03:30
Ummm... since you've completed the game, I won't say to post it up here. But ask your betatesters* if they have the same problem on they're computers.

~Trent
*If you're not betatesting your game, you should. Most definitely.
Title: Re: Sound effects not working
Post by: amanta4ray on Fri 19/12/2008 14:52:47
I'm not exactly sure what beta testing is, but I am going through the game myself step by step.

I tried Trent's suggestion and only put the compiled version on another computer.  It seems to be fine.  So, whatever the problem is, its unique to this computer alone.  But as long as others will be able to hear the sound effects, I'm happy.

Thanks to everyone who has responded and tried to help with this.  I appreciate all the support!!! :)
Title: Re: Sound effects not working
Post by: Khris on Fri 19/12/2008 15:13:38
Quote from: amanta4ray on Fri 19/12/2008 14:52:47but I am going through the game myself step by step.
That's called alpha test.

Beta test means that a select group of people get to play the game's alpha version without any hints or pointers, in order to learn what players without a clue have to say. It's usually a phase in which many minor and sometimes major errors are found, so every game should go through that stage before its release.
Title: Re: Sound effects not working
Post by: amanta4ray on Fri 19/12/2008 16:41:19
Thanks for the info.