GLBasic forum

Main forum => Bug Reports => Topic started by: MrTAToad on 2011-Jul-21

Title: Music & SFX
Post by: MrTAToad on 2011-Jul-21
Music & SFX works - just rather too quiet.  Would it be possible to make it rather louder ?
Title: Re: Music & SFX
Post by: Kitty Hello on 2011-Jul-21
...on what platform? Windows?
I think the volume settings for windows are broken. I have to somehow scale them logarithmically I think.
...or move to SDL_mixer for _all_ platforms and link that statically. I'll have to investigate the size and dependencies.
Title: Re: Music & SFX
Post by: MrTAToad on 2011-Jul-21
Android - its rather quite, considering I had the ringer volume at maximum, you see...

Windows is fine :)
Title: Re: Music & SFX
Post by: ketil on 2011-Jul-24
Be sure to normalize the waveforms.
Title: Re: Music & SFX
Post by: Moru on 2011-Jul-25
On windows XP it all depends on what other programs you ran before GLBasic. I gave up with sounds totally since I could never get a consistent result. Sometimes it was quiet, other times very loud, sometimes muted. All this without changing the volume in GLBasic at all.
Title: Re: Music & SFX
Post by: MrTAToad on 2011-Jul-27
Would probably be best to see if you could move onto SDL_mixer...